We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d55e91b + dbda65b commit 1fb636bCopy full SHA for 1fb636b
src/Traits/Helpers/ComponentHelpers.php
@@ -276,17 +276,17 @@ public function collapsingColumnsAreDisabled(): bool
276
return $this->getCollapsingColumnsStatus() === false;
277
}
278
279
- /**
280
- * @return bool
281
- */
+ /**
+ * @return bool
+ */
282
public function hasTableRowUrl(): bool
283
{
284
return $this->trUrlCallback !== null;
285
286
287
/**
288
* @param $row
289
- *
+ *
290
* @return ?string
291
*/
292
public function getTableRowUrl($row): ?string
@@ -296,7 +296,7 @@ public function getTableRowUrl($row): ?string
296
297
298
299
300
301
302
public function getTableRowUrlTarget($row): ?string
0 commit comments