Search Panes are a user friendly way to help users to filter table data. This is a premium feature.
Inline demo #
| Firstname | Lastname | Gender | Phone No | Country | County | City | Zipcode | Address | Date Of Birth | Registration Date | ID | |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Firstname | Lastname | Gender | Phone No | Country | County | City | Zipcode | Address | Date Of Birth | Registration Date | ID |
Add Search Panes to a data table #
Click the Config button to select columns.
Manually adding Search Panes to a data table #
The following example adds Search Panes manually through advanced options. This only works with Server Side Processing? disabled!
Advanced options #
{
"dom": "Pfrtip",
"searchPanes": {
"layout": "columns-2",
"cascadePanes": true,
"threshold": 1,
"columns": [0,1,2]
}
}
