Different record in the same row
Different record in the same row
Hello
Firstly I don't know to tell my problem.
http://live.datatables.net/metozice
If you look at the table, you will see three records on behalf of Tiger Nixon but date is different. And this 3 record located in the 3 different row but I want to write in the one row . what do I need to do?
For example ;
Name - Date - Date2 - Date3
Tiger- 2011/04/25 - 2011/04/26 - 2011/05/29
This discussion has been closed.
Replies
You would need to either merge the elements in the DOM, or wait until the table has initialised with
initComplete, then scan all the rows for duplicates, and merge the rows there (removing unwanted rows withrows().remove().Colin
Thanks for support Colin . Would you mind give me a demo code ?
Here you go - it could do with some refactoring but it'll get you going : http://live.datatables.net/metozice/2/edit
Colin
Thanks Colin
Have a nice day