integrating datatables with jasper reports?

integrating datatables with jasper reports?

SudiptaSudipta Posts: 23Questions: 0Answers: 0
edited February 2013 in General
Can datatable be integrated with jasper reports? jasper reports exports the report in html form and inside ... . so any way of adding datatables on top of it?

Replies

  • allanallan Posts: 63,523Questions: 1Answers: 10,473 Site admin
    Assuming it outputs in the required format ( http://datatables.net/usage/#prerequisites ), then just run `$(...).dataTable();` on it?

    Allan
  • SudiptaSudipta Posts: 23Questions: 0Answers: 0
    but i think the exported html does not have .
  • allanallan Posts: 63,523Questions: 1Answers: 10,473 Site admin
    edited February 2013
    So don't use an id selector. `$('table').dataTable();`

    Allan
This discussion has been closed.