Grun
Grun

Reputation: 13

Flex Table in GWT

i want a table in gwt, which is used to update the database.. since the table is a updater of database, i need add, edit, remove and save commands.. The project is being created for internal purpose of the company, so I look for a solution that does not require commercial licensing for such uses.

Upvotes: 1

Views: 604

Answers (2)

Igor Klimer
Igor Klimer

Reputation: 15331

The Google Web Toolkit Incubator project has a PagingScrollTable which seems to fit your requirements. Check out the the demo too.

Upvotes: 1

Carlos Tasada
Carlos Tasada

Reputation: 4444

Take a look to SmartGWT. The license fits your needs and has a Grid component with all the requested features.

Upvotes: 0

Related Questions