Datatables server side with html rows not json
Datatables server side with html rows not json
I am using datatables with server side and was displaying data with json from server, but now I need a very complex markup of table, which included add classes, text, styles etc. I know it can be done on client side too, but I have already prepare all rows with proper markup on server side and now wants to make datatables render that rows directly instead of json.
I want to use this with scroller plugin as I have large data sets too. Paging, filtering, sorting etc. is already done on server side.
Please suggest.