Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What is the easiest way to display an editable list(like a spreadsheet) in HTML?

We have a requirement to display an editable list in a web page.

What would be the easiest way to do that? Farpoint Spread was something I have used to achieve this earlier but it was quite slow when a large number of records were involved and it needed to be coded in VBScript. Besides it wasn't free.

I would be looking for a JavaScript solution and I can't afford to buy one. Also is there anything else you can think of other than a spread?

like image 394
sarego Avatar asked Nov 15 '22 16:11

sarego


1 Answers

I like JQuery.Spreadsheet UI, try this demo, very nice...

like image 173
Christian C. Salvadó Avatar answered Dec 02 '22 17:12

Christian C. Salvadó