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

Column Search from URL Parameters gets overridden by saved client state #110

Open
EitanBlumin opened this issue Apr 7, 2019 · 1 comment
Assignees
Labels
bug Something isn't working or isn't right help wanted Extra attention is needed

Comments

@EitanBlumin
Copy link
Owner

There's a bug where if client-state-save is enabled, the column searches received from url parameters are getting overridden by the saved client state. I couldn't find how to fix it yet.

This means that, for now, client-state-save and URL parameters cannot effectively coexist.

@EitanBlumin EitanBlumin added the bug Something isn't working or isn't right label Apr 7, 2019
@EitanBlumin EitanBlumin added this to the Alpha release 1 milestone Apr 7, 2019
@EitanBlumin EitanBlumin self-assigned this Apr 7, 2019
@EitanBlumin EitanBlumin added the help wanted Extra attention is needed label Apr 7, 2019
@EitanBlumin
Copy link
Owner Author

The section which is responsible for applying column search filters from URL parameters is located in file datatable_respite_crud.js around line 1670

search for the text issue #110 to easily find it.

The initialization of column searches is handled a bit earlier, where it says "initComplete": function () {

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working or isn't right help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant