Search don't work after use fixed colums

Search don't work after use fixed colums

nethajijnethajij Posts: 1Questions: 1Answers: 0

I use the search input in my table. Recently i add the fixed Column code, then search doesn't work in all column in mvc application

fixedColumns: {
leftColumns: 1
},

After implement the above code for first column freeze . Freeze column working but search not working all columns. if remove the code search functionality working fine .

Exiting JavaScript used in application attached

new JavaScript added for fixed-columns

"~/Scripts/dataTables.fixedColumns.min.js",
"~/Scripts/jquery-3.4.1.js"

Answers

  • colincolin Posts: 15,117Questions: 1Answers: 2,583

    We're happy to take a look, but as per the forum rules, please link to a test case - a test case that replicates the issue will ensure you'll get a quick and accurate response. Information on how to create a test case (if you aren't able to link to the page you are working on) is available here.

    Cheers,

    Colin

  • colincolin Posts: 15,117Questions: 1Answers: 2,583

    Tho if the question is searching on the fixed column, this example from this thread should help,

    Colin

This discussion has been closed.