datatables-rowsgroup
datatables-rowsgroup copied to clipboard
The Datatables feature plugin that groups rows (merge cells vertically) in according to specified columns.
Hi, I am using Datatables 1.10.21 and Datatables RowsGroup v1.0.0 with Server-side rendering. Columns 0 and 1 are set for rows grouping option inside table object as: "rowsGroup": [ 0,...
I ran your example, but I got this error! Uncaught TypeError: Cannot set property 'RowsGroup' of undefined
at first before i used the rows group plugin my data in datatables looks like this  and after i used the plugin of rows group at my datatables ,...
Change on "preDraw.dt" event detection to on ''draw.dt" for rowspan properly on server-side loaded data. It works on all cases server-side and non sevrer-side.
Hi everybody, I use RowsGroup and I think it should work perfect fine. I got this issue using Multiple Tables, the first table works right. The second one doesnt. and...
Hello. If I have the following code: ```javascript var sset = { paging: false, searching: false, rowsGroup: ['some1:name'], columns: [{ name: 'some1', title: 't1', }, { name: 'some2', title: 't2',...
First time when the data is generated with Data parameter the DataTable & rowsGroup loads perfectly. When I make a ajax call to get new Data for the DataTable, I...
Uncaught ReferenceError: currentColumn is not defined var currentColumn = columnsIndexesCopy.shift()
Uncaught ReferenceError: options is not defined var options = settings.oInit.rowsGroup? settings.oInit.rowsGroup: $.fn.dataTable.defaults.rowsGroup;
Uncaught ReferenceError: GroupedColumnsOrderDir is not defined var GroupedColumnsOrderDir = 'asc';