patternfly-3
patternfly-3 copied to clipboard
fix(pfFilter): fix plugin filters do not work if tables are set up serverSide
fix(pfFilter): fix plugin filters do not work if tables are set up serverSide
fix #1092
Description
fix pfFilter to use filtering on server side when datatable are set up using serverSide options.
Changes
Write a list of changes the PR introduces
- Add function updateRemoteFilter and do update on remote side when user set serverSide options to true
The JS looks good - added @michael-coker to take a glance at the css if possible.
I can't find the elements that the CSS modifications apply to in any of the table view test pages. What do I need to do to see the changes in .table-view-pf-save, .table-view-pf-cancel, and .table-view-pf-editable > .table-view-pf-editor?