Fixed columns do not work properly with search
Fixed columns do not work properly with search
Airwaves
Posts: 2Questions: 1Answers: 0
in FixedColumns
https://datatables.net/extensions/fixedcolumns/examples/initialisation/two_columns.html
If you try search for 'Sa' the first row in table remains in the results and the 2 left fixed columns stay fixed on scrolling left-right.
But if you try search for 'Ra' and the first row is not in the results then the 2 left fixed columns are not staying fixed on scrolling.
How to solve this issue?
Answers
Hi,
Try using the nightly which has a patch that I believe fixes this issue.
Allan
Replaced FC 4.0.0 with 4.0.1-dev and after initial check it seems working now.
Thanks for your fast response, will let you know if still problem