Tabletools + rows with ID numbers

Tabletools + rows with ID numbers

nickbnickb Posts: 8Questions: 0Answers: 0
edited January 2011 in TableTools
Hey,

Because the great help last time, i would like to know if it is possible to do the following.

I have the following table:
[code]



Test
Test




ID 1
Edit


Content of ID 1
When clicked on the row above


ID 2
Edit


Content of ID 2
When clicked on the row above



[/code]

When i use that code, it isn;t working. When i delete the rows with id number it is working great.

The rows with id numbers are hidden rows. When clicked on a edit button the row will be showed. So i would like to see that if someone is filtering the data, that the row is showed with the right content, and when cthey click on the edit button the hidden row will show up.

Can you follow it? It isn't possible right now, does someone know a workaround?

Replies

  • allanallan Posts: 61,446Questions: 1Answers: 10,054 Site admin
    It's certainly possible, although not exactly the way you have it out of the box. Here is a demo of what is built into DataTables: http://datatables.net/examples/api/row_details.html . If you need the columns to align (the DataTables method uses a single wide cell rather than multiple cells) then there are two options: 1. inject a table with the same number of columns as the main table and equalise the widths using Javascript, 2. remove the TD DataTables adds and then insert your own using normal DOM methods. I'm sure there are other ways as well, but these are the two which spring to mind!

    Allan
  • nickbnickb Posts: 8Questions: 0Answers: 0
    Wow you're fast! Like wtf :P I'm going to test it later this evening! thank you very much
This discussion has been closed.