Javascript Grid that can handle sections in a table
Posted
by user335410
on Stack Overflow
See other posts from Stack Overflow
or by user335410
Published on 2010-05-07T12:18:51Z
Indexed on
2010/05/10
7:44 UTC
Read the original article
Hit count: 258
I am making an ASP.NET MVC application that lets a user design a questionnaire that other users can fill out.
Now, questionnaires, rather than just having a list of questions, often have sections or subsections that could have headings and not the other columns that an ordinary row (a question) would have.
I want a JS Grid that can handle sections and subsections elegantly. I tried using JQGrid, but there the options I have are limited to a "Grid as Subgrid" structure. The appearance becomes quite complex and unlike a questionnaire.
Is there a Javascript Grid or a JQuery plugin that can handle this? I can write my own HTML table as long as the JS app will format the table and will add some user-friendliness to the table.
© Stack Overflow or respective owner