yajra / laravel-datatables-html

Laravel DataTables HTML Builder Plugin
https://yajrabox.com/docs/laravel-datatables/html-installation
MIT License
272 stars 63 forks source link

fix: show searchPanes by default #204

Closed yajra closed 1 year ago

yajra commented 1 year ago

fix: https://github.com/yajra/laravel-datatables-docs/pull/74#issuecomment-1645043870 fix: https://github.com/yajra/laravel-datatables/pull/2475#issuecomment-1645043408

Usage

Using via searchPanes option

  ->dom('PBfrtip')
  ->searchPanes(SearchPane::make())

Using via searchPanes button

  ->addColumnDef([
    'targets' => '_all',
    'searchPanes' => SearchPane::make()
  ])
  ->buttons([Button::make('searchPanes')])
sonarcloud[bot] commented 1 year ago

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication