-
Notifications
You must be signed in to change notification settings - Fork 239
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(pfFilter): fix plugin filters do not work if tables are set up serverSide #1095
base: master
Are you sure you want to change the base?
Conversation
package.json
Outdated
@@ -5,6 +5,7 @@ | |||
"license": "Apache-2.0", | |||
"dependencies": { | |||
"bootstrap": "~3.3.7", | |||
"datatables": "^1.10.18", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
adding datatables as a required dependency is probably going to be a challenge for users, these should be absolute must-haves for users of PatternFly - can this be added as an optional dependency instead?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ah thanks for your response, sure i'll move it to optional dependency
Move datatables as optional dependencies
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have moved datatables as optional dependency. thank you
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 |
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