SearchPanes 1.1.0
DataTables CDN files for SearchPanes 1.1.0. This software was originally released on 11th May, 2020.
Release notes
This release of SearchPanes brings support for sever-side processing to the software! This makes it suitable for use with massive (millions) of rows in a dataset. Do note that it requires support from the server-side processing script. The Editor 1.9.3+ libraries have this support built in, and the communication protocol is fully documented if you want to create your own scripts. The demo SSP PHP class does not support server-side processing with SearchPanes.
This release also brings a number of fixes and performance enhancements to the table. It's a big release!
New
- Server-side processing support. Works with the Editor 1.9.3 PHP, NodeJS and .NET libraries (not the demo SSP script).
- Added
searchPanes.order
to allow customisation of the order of panes - Allow the SearchPanes Button to display the count in its text.
Added option to customise the order of the panes.
Fixes
- Fixed issue with rendering arrays into the panes and sorting
- Changed behaviour for layout so that the top row is only split when it is too narrow, not dependent on class
- Fixed issues with search and order not being maintained with state save
- Triggering search after rebuild pane in case the selections have been removed
- Fix for
viewTota
l and cascade interaction with state save. It was buggy on initial load. - Fix to bring
maintainSelection
back into use within therebuildPane
function - Small css changed to fix popover alignment issue
- Fixed error when using
jQuery.noConflict()
- Fixed an issue with redrawing last pane on reload.
- Fix for long headers to now use an ellipsis on overflow.
- Fix to deal with child rows and SearchPanes duplicating panes in parent table.
- Fix to deal with ajax reloads and updating bins
- Couple of modifications to make the layout more responsive
- Fixed issue with z-index and positioning of SearchPanes button dropdown.
- Updated so that the unique ratio now takes arrays into account.
- Speed improvement. Moved Listeners into a function so that we can insure that they are only set once.
- Fixed issue with clearAll button not working if no panes initially present
- Speed improvement for when searching.
- Fixed issue with checked column and SearchPanes.
- Fixed error message that was occurring with SearchPanes using Buttons
Files
css
- //cdn.datatables.net/searchpanes/1.1.0/css/common.scss
- //cdn.datatables.net/searchpanes/1.1.0/css/searchPanes.bootstrap.css
- //cdn.datatables.net/searchpanes/1.1.0/css/searchPanes.bootstrap.min.css
- //cdn.datatables.net/searchpanes/1.1.0/css/searchPanes.bootstrap4.css
- //cdn.datatables.net/searchpanes/1.1.0/css/searchPanes.bootstrap4.min.css
- //cdn.datatables.net/searchpanes/1.1.0/css/searchPanes.dataTables.css
- //cdn.datatables.net/searchpanes/1.1.0/css/searchPanes.dataTables.min.css
- //cdn.datatables.net/searchpanes/1.1.0/css/searchPanes.foundation.css
- //cdn.datatables.net/searchpanes/1.1.0/css/searchPanes.foundation.min.css
- //cdn.datatables.net/searchpanes/1.1.0/css/searchPanes.jqueryui.css
- //cdn.datatables.net/searchpanes/1.1.0/css/searchPanes.jqueryui.min.css
- //cdn.datatables.net/searchpanes/1.1.0/css/searchPanes.semanticui.css
- //cdn.datatables.net/searchpanes/1.1.0/css/searchPanes.semanticui.min.css
js
- //cdn.datatables.net/searchpanes/1.1.0/js/dataTables.searchPanes.js
- //cdn.datatables.net/searchpanes/1.1.0/js/dataTables.searchPanes.min.js
- //cdn.datatables.net/searchpanes/1.1.0/js/searchPanes.bootstrap.js
- //cdn.datatables.net/searchpanes/1.1.0/js/searchPanes.bootstrap.min.js
- //cdn.datatables.net/searchpanes/1.1.0/js/searchPanes.bootstrap4.js
- //cdn.datatables.net/searchpanes/1.1.0/js/searchPanes.bootstrap4.min.js
- //cdn.datatables.net/searchpanes/1.1.0/js/searchPanes.dataTables.js
- //cdn.datatables.net/searchpanes/1.1.0/js/searchPanes.dataTables.min.js
- //cdn.datatables.net/searchpanes/1.1.0/js/searchPanes.foundation.js
- //cdn.datatables.net/searchpanes/1.1.0/js/searchPanes.foundation.min.js
- //cdn.datatables.net/searchpanes/1.1.0/js/searchPanes.jqueryui.js
- //cdn.datatables.net/searchpanes/1.1.0/js/searchPanes.jqueryui.min.js
- //cdn.datatables.net/searchpanes/1.1.0/js/searchPanes.semanticui.js
- //cdn.datatables.net/searchpanes/1.1.0/js/searchPanes.semanticui.min.js