Using a grouped table in HTML5

Using a grouped table in HTML5

Sarah B's picture

Hi, In my silverlight application I have a very complex table that contains grouped columns, group titles, footers etc. I'm intrested in creating the same table in html5 which will contain the same UI structure keeping the columns grouped as they were. Is there a way to define a table with groups in html5 according to data rather then defining it manually by creating nested tables and fiddling around with the group titles and footers? Thanks, Sarah

4 posts / 0 new
Last post
For more complete information about compiler optimizations, see our Optimization Notice.
Jennifer J. (Intel)'s picture

Hope you've found your answer already. this is an old posting.
I'm not sure what you mean. if you provide a screen-shot of the table, it might be easier for others to help you with ideas.

Jennifer

Maikel Cordeiro's picture

Did you hear about tableless?
http://tableless.com.br/

MC
karray G.'s picture

Hello,

I suggest you to take a look at the datatable component using jquery :

http://www.datatables.net/

http://www.megaptery.com/2011/03/datatables-affichez-un-tableau-et-triez...

Good luck!

Login to leave a comment.