Multi Level data
Multi Level data
Hi,
We are using datatables for displaying multi level data in our application. Due to multi level, the inner rows columns width gets increased as the data in it increases and creates improper alignment for complete datatable.
Find the data scenario in below code snippets:
Column1 Column2 Column3
Row1 Row2 Row3
Row11 Row22 Row33
Row111 Row222 Row333
-------INSERTED tr FOR CHILD ROW
----Child Row
We tried using sWidth, but it is only working for top row not working for other rows.
Please help.
- Vishal
We are using datatables for displaying multi level data in our application. Due to multi level, the inner rows columns width gets increased as the data in it increases and creates improper alignment for complete datatable.
Find the data scenario in below code snippets:
Column1 Column2 Column3
Row1 Row2 Row3
Row11 Row22 Row33
Row111 Row222 Row333
-------INSERTED tr FOR CHILD ROW
----Child Row
We tried using sWidth, but it is only working for top row not working for other rows.
Please help.
- Vishal
This discussion has been closed.
Replies