All lines not displayed in paginable table

All lines not displayed in paginable table

kandalfkandalf Posts: 1Questions: 0Answers: 0
edited September 2012 in General
Hello,

I've a pretty much complex problem with datatable :

At the initialization of my page, and my table, I need to set some callbacks on lines, that depends on the number of the line and have interactions with all the lines of the table.

But, when the 10 first rows of the table are displayed, The other rows are not displayed, and my callbacks are not taken in account...so is it possible to have all the lines displayed in the HTML code, (with only 10 lines visible, other set to not visible) ?

Thanks alot!
Thomas

Replies

  • allanallan Posts: 63,535Questions: 1Answers: 10,475 Site admin
    No - DataTables does not use display:none in the table because it can case cross browser rendering problems.

    It sounds like you might want to use the $ or fnGetNodes API methods? What exactly are you trying to do? See also: http://datatables.net/faqs#events .

    Allan
This discussion has been closed.