How and with what help to realize a grid, as in excel, on a web page?
2 answers
Like everything else, with HTML, CSS and JS.
You can pick the jQuery-plugin handsontable . Demo here .
- Exactly what is needed. Thank. - admin
|
The grid itself, of course, on the tables, in this respect you can think of nothing better, but the logic of the work itself is most likely on JS (it's hard to say exactly what).
What do you want to implement it? If on JSF , then you can skip towards the primefaces
Here is an old tutorial on how to do something like this on Dojo + OpenOffice.org.
- Thanks for the primefaces, I took a quick look at its capabilities ... no words are expected :) - admin
|