Example Required - DataTables - DropDownList, Ajax, Reloading Table, Keep Table Layout
Example Required - DataTables - DropDownList, Ajax, Reloading Table, Keep Table Layout
Let me start by saying how impressed I am with DataTables - fantastic work guys.
Being new to DataTables I'm trying to find a working example of:
1) MVC3 view which has a partial view containing a DataTable.
2) The main page contains a drop down list which reloads the DataTable (partial view) and keeps the table styling and hidden columns via the change event.
I'm currently using Ajax with a post event to reload the data table but it loses the styling therefore I thought if someone has a nice example I could look at it might help me learn what I'm doing wrong. I've tried calling the fnReloadAjax event but without success
Any help would be appreciated.
Being new to DataTables I'm trying to find a working example of:
1) MVC3 view which has a partial view containing a DataTable.
2) The main page contains a drop down list which reloads the DataTable (partial view) and keeps the table styling and hidden columns via the change event.
I'm currently using Ajax with a post event to reload the data table but it loses the styling therefore I thought if someone has a nice example I could look at it might help me learn what I'm doing wrong. I've tried calling the fnReloadAjax event but without success
Any help would be appreciated.
This discussion has been closed.
Replies