Get Filtered Data to controller
Get Filtered Data to controller
novatroop77
Posts: 14Questions: 4Answers: 0
My Remit has changed and I need to be able to get the filtered data ie the data only searched and return to user to a MVC controller in asp.net is their a function like rows.data that would retain the pre existing data on the filtered level.
Answers
table.rows dont appear to be working for me so they dont was it brought in to a more recent version
I see the data in the array [0] but every time i try to access it says property not supported
Oh an it still needs to take into account the pagiing ie if the user filters 12 records and the 2 records on page 2 it should bring back all pages of data . To the controller
To get the filtered rows, you can use
selector-modifier
forrows()
, something like this:which you can then send back to your controller,
Colin
But thats not in 1.9.4 sure ? any time i attempt it says not support
I'm not sure tbh! It would be worth updating to 1.11 (the current version) if you can, 1.9.4 is 9 years old so well outside of anything we're able to support!
Colin