Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Best JavaScript editable grids/ tables for table row count of around 1000+ [closed]

I searched some of the questions asked on best JavaScript or jQuery grids but I could not find what I need so posting this... If this is asked before please paste the link to it. Thanks!

My requirements:

  1. I am searching for a JavaScript (jquery preferable) editable tables where a user can use tab (like in excel) to move from one cell to another in a row. Most of the grids I looked - a user has to click on each cell.
  2. A user will be updating multiple columns and rows and data should be updated in db.
  3. This is more of a suggestion than a requirement- is it good practice to load 1000 rows and is the grids capable of handling it?

My background code will be in jsp/HTML and java/servlets

Thanks for your help.

like image 254
VBJ Avatar asked Dec 27 '12 08:12

VBJ


3 Answers

You should definitely have a look at SlickGrid, it is flexible, and offers all your requirements.
The best part is it is dead easy to use.

Checkout these examples.

like image 199
Pranav 웃 Avatar answered Nov 12 '22 08:11

Pranav 웃


http://trirand.com/blog/jqgrid/jqgrid.html

jqgrid is a very good plugin to use

like image 40
dean.vaughan Avatar answered Nov 12 '22 10:11

dean.vaughan


I highly recommend SlickGrid.

It is JavaScript grid/table/spreadsheet UI component built on JQuery. It supports editing, and we use it to load over 1000+ rows of data easily.

Have a look at the Spreadsheet example for ideas.

like image 2
buruzaemon Avatar answered Nov 12 '22 09:11

buruzaemon