How can I use datatable in GWT
How can I use datatable in GWT
jerry_privefinancial
Posts: 1Questions: 1Answers: 0
My project is entirely built in GWT for frontend. Is there any way to use DataTables lib in GWT? Any Java wrapper library for that?
Thanks
This discussion has been closed.
Answers
I don't know anything about GWT, but you might want to check out JED and see if it meets your needs. http://jed-datatables.ca/jed/
You can use DataTables in any browser environment. Its just a case of including the script and loading the table with data. See the manual. for how to do that.
Allan