I want to get total of each column as total column at last of table instead of using ROLL UP in QUERY is there any functionality that datatable can provide
No internally - however it is trivial with this plug-in http://datatables.net/plug-ins/api#fnGetColumnData . It gives you an array of the data for the column - just sum it in a look.
Long term, I will be looking to create a plug-in for this.
Replies
Long term, I will be looking to create a plug-in for this.
Allan