I just found this quite helpful article with examples for integration the jquery datatable pluin with a JEE backend.http://datatables.net/
For a modern web application "rich" tables are a central component when displaying enterprise business data. There are several jquery components for handling tables, but jquery datatables seems to be the most mature one.
Cause most of my data is created using ajax, I need some server side code, although creating ajax data is no rocket science the examples shown above seem to be quite helpful when checking the syntax of your response.

Jetzt kommentieren