I updated a filter for a column, specifically I changed the data type to 'integer' and changed the filter to be a number range with slider. Upon clicking okay, the page froze.
I refreshed and I was no longer able to see the 'configure' screen.
What have I tried to resolve this so far?
I've tried to access from the main page multiple ways but every time I just get redirected to create a new table.
On the frontend the table still shows but it's useless if I can't edit it in the backend.
I've tried duplicating the table but it also doesn't allow me to configure.
I use WPRocket for caching, tried to clear the cache but no luck.
Thank you for your purchase, and sorry to hear about this.
What does that column contain? If it finds a non-numerical character, the number range slider will cause the table to break.
It will also cause the table to break if there is only one value, or if the values are the same.
To quickly resolve the issue, please access your database, and go to the table "wp_wpdatatables_columns". There find the column you applied this change to, and edit the "advanced_settings" column. You simply need to change
"rangeSlider":1
To
"rangeSlider":0
The table will come back after that, and you can see which case was it that caused the table to break (either a non-numerical character, or same values in the column).
Problem
How did this happen?
What have I tried to resolve this so far?
Hello Christopher
Thank you for your purchase, and sorry to hear about this.
What does that column contain? If it finds a non-numerical character, the number range slider will cause the table to break.
It will also cause the table to break if there is only one value, or if the values are the same.
To quickly resolve the issue, please access your database, and go to the table "wp_wpdatatables_columns". There find the column you applied this change to, and edit the "advanced_settings" column. You simply need to change
To
The table will come back after that, and you can see which case was it that caused the table to break (either a non-numerical character, or same values in the column).
Kind Regards,
Aleksandar Vuković
[email protected]
Rate my support
wpDataTables: FAQ | Facebook | Twitter | Instagram | Front-end and back-end demo | Docs
Amelia: FAQ | Facebook | Twitter | Instagram | Amelia demo sites | Docs | Discord Community
You can try wpDataTables add-ons before purchasing on these sandbox sites:
Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables | Master-Detail Tables