diff --git a/docs/rows/clickable-rows.md b/docs/rows/clickable-rows.md index 8b0fe0a08..58823bd19 100644 --- a/docs/rows/clickable-rows.md +++ b/docs/rows/clickable-rows.md @@ -70,4 +70,4 @@ public function doSomething() } ``` -Adding a URL (using `getTableRowUrl`) to a row dismisses the option to use `getTableRowWireClick`, you cannot state both, the URL will supersede. \ No newline at end of file +If you state both `getTableRowUrl` & `getTableRowWireClick`, the URL will supersede when a non-null value is supplied.