Feature questions

Feature questions

dhdh Posts: 2Questions: 0Answers: 0
edited July 2009 in General
Does datatables support

- resizable colums - supported through a plugin ?
- summarized footer row(s)
- support for subrids - grid as a subgrid

Thanks in advance
Detlev

Replies

  • allanallan Posts: 61,722Questions: 1Answers: 10,108 Site admin
    Hi Detlev,

    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
  • dhdh Posts: 2Questions: 0Answers: 0
    Hi 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
  • allanallan Posts: 61,722Questions: 1Answers: 10,108 Site admin
    Hi 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
This discussion has been closed.