function fixedColumns().update() clears column-search in the fixed column

function fixedColumns().update() clears column-search in the fixed column

Marcel Hoog AntinkMarcel Hoog Antink Posts: 9Questions: 3Answers: 0
edited July 2021 in DataTables 1.10

Hi,

I found that the search field in a fixedColumn is cleared by the fixedColumn()update() function.
See the example in http://live.datatables.net/qozuwoce/1/edit

repro:
-) open the example
-) enter some search quote in the search-field for Name (the fixed column)
-) enter [tab] -> search is done and rebuild table.
-) Now click on one of the Test-buttons in the Salary-column
-) The FixedColumn().update() is called and the entered seach-field is cleared, while the selaction is still active.

If you switch fixedColumns off then it's all OK.

regards, Marcel

Replies

Sign In or Register to comment.