Skip to content

Commit c69a136

Browse files
committed
Do not throw exception. Add TODO.
1 parent 6c5e797 commit c69a136

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/CollectionDataTable.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ protected function globalSearch($keyword)
255255
*/
256256
protected function searchPanesSearch()
257257
{
258-
throw new \Exception('Search panes is not yet supported on collection');
258+
// TODO: Add support for search pane.
259259
}
260260

261261
/**

0 commit comments

Comments
 (0)