1. No there is no option for this built in to DataTables. It's a trade off between how often it is likely to be used, time spend developing it rather than other aspects of DataTables and the code size. It is something I would like to offer at some point (it will be done as a plug-in), it's just not something I've found the time to do yet.
2. Yes this is possible using the footer callback: http://datatables.net/examples/example_footer_callback.html
3. There is no reason why you can't have one DataTable inside another (assuming this is what you mean).
DataTables doesn't really support subgrids directly, although it could be achieved through use of the API. The closest we get is a 'details' row: http://datatables.net/1.5-beta/examples/api/row_details.html
Is there an example of what you are looking for available somewhere?
Replies
1. No there is no option for this built in to DataTables. It's a trade off between how often it is likely to be used, time spend developing it rather than other aspects of DataTables and the code size. It is something I would like to offer at some point (it will be done as a plug-in), it's just not something I've found the time to do yet.
2. Yes this is possible using the footer callback: http://datatables.net/examples/example_footer_callback.html
3. There is no reason why you can't have one DataTable inside another (assuming this is what you mean).
Regards,
Allan
thanks for you answers.
Regarding 3.) subgrids, i mean you click on an row and the subgrid should be shown or hidden. Are there any examples available.
Regards
Detlev
DataTables doesn't really support subgrids directly, although it could be achieved through use of the API. The closest we get is a 'details' row: http://datatables.net/1.5-beta/examples/api/row_details.html
Is there an example of what you are looking for available somewhere?
Regards,
Allan