Details row
Details row
Hi,
I'm a french student, and I don't speak english very well :/
I'm trying to create a dataTable that looks like this table : http://www.datatables.net/release-datatables/examples/api/row_details.html , when the add button was clicked. But, i don't wanna have the need to click on it to see the details row, I would like to see this row everytime on the table.
MORE, I create my table in HTML, not dynamically. I only use : var oTable = $('#example').dataTable( ).
How can I add this details row after my row that i want to detail in HTML and keeping the sorting,? (the row and the details row are going together )
Need your help :)
Thanks !
Ben
I'm a french student, and I don't speak english very well :/
I'm trying to create a dataTable that looks like this table : http://www.datatables.net/release-datatables/examples/api/row_details.html , when the add button was clicked. But, i don't wanna have the need to click on it to see the details row, I would like to see this row everytime on the table.
MORE, I create my table in HTML, not dynamically. I only use : var oTable = $('#example').dataTable( ).
How can I add this details row after my row that i want to detail in HTML and keeping the sorting,? (the row and the details row are going together )
Need your help :)
Thanks !
Ben
This discussion has been closed.