| Author |
Editable Datatable in HTML and JavaScript
|
Venkat Sadasivam
Ranch Hand
Joined: May 10, 2008
Posts: 139
|
|
Hi, I would like to have an editable datatable in HTML/JavaScript which can display thousands of rows without performance issues. Please provide your suggestions. Thanks, Venkat
|
“Any fool can write code that a computer can understand. Good programmers write code that humans can understand. ”<br>
-Martin Fowler
|
 |
Eric Pascarello
author
Rancher
Joined: Nov 08, 2001
Posts: 15357
|
|
I would say good luck getting performance to work nice with that. Browsers in general have a hard time rendering a table that large in a fast manner. Are you not able to paginate it? You also might want to look into lazy loading where you just load what the user has in their view plan. Eric
|
 |
Venkat Sadasivam
Ranch Hand
Joined: May 10, 2008
Posts: 139
|
|
Yes, lazy loading also is a good option. How about using flash/ applet to display editable datatable? Your thoughts?
|
 |
Eric Pascarello
author
Rancher
Joined: Nov 08, 2001
Posts: 15357
|
|
Applets can have a longer loading time. I have seen Flex used a lot with larger tables. Eric
|
 |
Venkat Sadasivam
Ranch Hand
Joined: May 10, 2008
Posts: 139
|
|
Thanks Eric. By any chance do you know any open-source or commercial software which offer editable datatable component in flex?
|
 |
 |
|
|
subject: Editable Datatable in HTML and JavaScript
|
|
|