Skip to content

Table Data Sources

olaf-boede edited this page Oct 15, 2013 · 3 revisions

Tables may display bean data provided by

  • an in-memory collection or
  • a service

An [in-memory table](Table for in memory collections) may be used when

  • all table row beans fit in memory
  • the table sort and filter operations should work, even in case of unsaved changes

A [service based table](Table for service based collections) may be used when

  • the set of table row beans does not fit in memory