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.
1 parent 0090df4 commit 5c10fd3Copy full SHA for 5c10fd3
src/DataTableAbstract.php
@@ -10,7 +10,6 @@
10
use Psr\Log\LoggerInterface;
11
use Yajra\DataTables\Contracts\DataTable;
12
use Yajra\DataTables\Contracts\Formatter;
13
-use Yajra\DataTables\Exceptions\Exception;
14
use Yajra\DataTables\Processors\DataProcessor;
15
use Yajra\DataTables\Utilities\Helper;
16
@@ -736,12 +735,9 @@ protected function filterRecords(): void
736
735
$this->filteredCount();
737
}
738
739
- /**
740
- * @throws \Yajra\DataTables\Exceptions\Exception
741
- */
742
public function columnControlSearch(): void
743
{
744
- throw new Exception('Column control search is not supported by this engine.');
+ // Not implemented in the abstract class.
745
746
747
/**
0 commit comments