Sorting and search showing but not working
Sorting and search showing but not working
FrontEndIsNotMyForte
Posts: 1Questions: 1Answers: 0
Hi,
I am using a table as it says in the examples and the options like sorting arrows, search text box, paging are all showing but when I click to sort the column it is not working, I mean, the sorting is not being running. I am using MVC in a ASP.NET application.
Any help is very welcome.
Thank you.
This discussion has been closed.
Answers
Hi @FrontEndIsNotMyForte ,
I'm guessing this is because you're using
serverSide
- here, it's upto the server to send back the data correctly sorted. If you're doing client side sorting, that's very odd - we'd need to see a test case replicating the issue to understand that.Cheers,
Colin