You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using savestate and responsive there is an issue when clearing the search value as it is not resize / display the table correctly.
To reproduce http://jsfiddle.net/lenamtl/nm5k1ro3/3/
search for Jane
click back button of your browser, then get back to Jsfiddle
clear the search value
Now the table is not displayed correctly
If you refresh the page this is ok.
This is not happening if you don't quit the page and clear the search field.
So this should be the same when we quit and go back then clear the search field.
The problem occurred also when using the pagination...
More info on how to reproduce:
When doing a search and the result have different column size from the page load, let say some column have less text then the search result have different data (so the column width are different) and this cause is not resized correctly.
or let say on page one you have small text in column then on next page you have one column with more content it's not resized correctly too.
Hi,
When using savestate and responsive there is an issue when clearing the search value as it is not resize / display the table correctly.
To reproduce
http://jsfiddle.net/lenamtl/nm5k1ro3/3/
search for Jane
click back button of your browser, then get back to Jsfiddle
clear the search value
Now the table is not displayed correctly
If you refresh the page this is ok.
This is not happening if you don't quit the page and clear the search field.
So this should be the same when we quit and go back then clear the search field.
As a temporary solution I'm looking for a way to attach a page reload when clearing the search field
https://datatables.net/forums/discussion/comment/143193#Comment_143193
The text was updated successfully, but these errors were encountered: