Add new row with id and specify id on each
Add new row with id and specify id on each
Hi all, thanks for great plug in.
I'm success in using dataTable with my code. I have problem here:
I want to add new row like this:
[code]
1
">
">
[/code]
with specify Id on and specify ID on each ?
I try to use $('.productViewDiv table').append(newRow); with newRow is String above.
It can be added, but when i press next, previous, or search, filter. it disappear? so i guess i have to use fnAddData of dataTable. but i see fnAddData just put String value into each , i want to initialize id and class for each which is just added.
So how can i do it?
I'm success in using dataTable with my code. I have problem here:
I want to add new row like this:
[code]
1
">
">
[/code]
with specify Id on and specify ID on each ?
I try to use $('.productViewDiv table').append(newRow); with newRow is String above.
It can be added, but when i press next, previous, or search, filter. it disappear? so i guess i have to use fnAddData of dataTable. but i see fnAddData just put String value into each , i want to initialize id and class for each which is just added.
So how can i do it?
This discussion has been closed.
Replies