0

Hoping there was an easy json grid plugin somewhere. I have a need to fill a grid via JSON/Ajax, the issue is the amount of data or columns will nearly always be different so it needs to adapt accordingly.

i.e. Parameter is passed via jQuery ajax call, sql is configured and run against database this could be any fields/tables, needs to then somehow return rows and populate a grid/div

I am using ASP .Net c#, any thoughts?

1 Answer 1

2

JQuery UI team are building one ...

http://blog.jqueryui.com/2011/02/unleash-the-grid/

and reference existing possibilities:

https://github.com/mleibman/SlickGrid/wiki

http://www.trirand.com/blog/

http://www.datatables.net/

http://tablesorter.com/docs/

http://flexigrid.info/

http://reconstrukt.com/ingrid/

Sign up to request clarification or add additional context in comments.

2 Comments

I have looked at datatables.net and it seemed to off most of what I needed
+1 for datatables - it's the easiest to setup and use, and gives lots of flexibility.

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.