AddRow for extra information
AddRow for extra information
I am not sure about if I can do the following
I'm trying to do a datatable with two level by ajax
Table1 Option1 Option2 Option3
Table2 Var1 Var2 Var3
Table2 Var1 Var2 Var3
Table1 Option1 Option2 Option3
Table2 Var1 Var2 Var3
The second table is just plain text without search, sort, ...
The problem that i have found is the next. How I could add a new row for example inside of "fnRowCallback" and reference it?, it's possible?
Thank you!
Answers
I get a similar effect with fnOpen, thank you anyway