From 6efecfec62835a3d4258f89657c4b59d6fdb3e04 Mon Sep 17 00:00:00 2001 From: Adam Woodhead <53218244+adamwoodhead@users.noreply.github.com> Date: Tue, 14 Dec 2021 15:45:09 +0000 Subject: [PATCH] better docs --- docs/rows/clickable-rows.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.