Multi Level data

Multi Level data

vishal1vishal1 Posts: 4Questions: 0Answers: 0
edited December 2011 in General
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

Replies

  • fbasfbas Posts: 1,094Questions: 4Answers: 0
    sWidth will only affect the datatable, not tables you've placed inside a cell of the datatable.
This discussion has been closed.