patternfly-3 icon indicating copy to clipboard operation
patternfly-3 copied to clipboard

fix(pfFilter): fix plugin filters do not work if tables are set up serverSide

Open pebri86 opened this issue 7 years ago • 2 comments

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

pebri86 avatar Jul 18 '18 02:07 pebri86

The JS looks good - added @michael-coker to take a glance at the css if possible.

dgutride avatar Aug 21 '18 14:08 dgutride

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?

mcoker avatar Aug 21 '18 14:08 mcoker