How could you group/ungroup data in an HTML page like you can in Excel? -


is possible group/ungroup data in static html page, can in excel?

i have requirement allow grouping/ungrouping of data in excel.

if not possible in static html page, kindly suggest me best way in order same result in html page.

you can use jquery ( or js framework of choice ) filter/group client side or if getting data database ( such mysql ) can group data query before rendering client.

have @

http://plugins.jquery.com/project/grouprows


Comments

Popular posts from this blog

android - Spacing between the stars of a rating bar? -

aspxgridview - Devexpress grid - header filter does not work if column is initially hidden -

c# - How to execute a particular part of code asynchronously in a class -