We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b50876 commit e4f8c88Copy full SHA for e4f8c88
search-panes-starter.md
@@ -75,7 +75,6 @@ public function html() : \Yajra\DataTables\Html\Builder
75
{
76
// Adding via class
77
return $this->builder()
78
- ->searchPanes(SearchPane::make())
79
->addColumnDef([
80
'targets' => '_all',
81
'searchPanes' => [
@@ -91,7 +90,6 @@ public function html() : \Yajra\DataTables\Html\Builder
91
90
92
// Alternatively set the buttons with options
93
94
95
96
97
0 commit comments