Skip to content
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

Add filtering row to DataTable DOM to enable column visibility #72

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

horacekjan
Copy link

I change the system how filtering is added to the table. Right now the filtering row is also added to the DataTable DOM so it is possible to add column filtering. I would add also the colvis button support, but it needs to change DOM of DT and I don't want to change it.

PS: Sorry for the previous PR, it was an ugly solution.

- Change creating of filter items to JQuery approach.
- Add new header column to DataTable header DOM.
- Change filter JQuery signal connect.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants