All lines not displayed in paginable table
All lines not displayed in paginable table
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
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
This discussion has been closed.
Replies
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