CoreTable Live Demos

There are several live-demos to show how the CoreTable can be used. On each demo it's source code is shown and the most important parts of the source code are explained. The demos show the different functions of the CoreTable step by step.
Link Description
"Hello World" The simpliest possible usage of a CoreTable to start
Custom column captions A table having column captions different from the internal field-names (e.g. database column names). Additionally column widths are defined.
Formatted data This table does not anymore show the data just how thes are passed to the table, but get formatted by a so called renderer. Additionally a column is declared to have a right alignment.
Selecting records This example shows how the selection-mechanism of the CoreTable works, and how the selected rows can be retrieved.
Click-events This demo shows how click-events on the table can be handled. Using this the data can be (re-)sorted or a detailed view of the clicked record could be shown.
Editable table This exmple shows how an editable table can be used and how to set input fields (the so-called editors) to the columns.
Retrieving changed data This example shows how the changed data can be retrieved from the table. E.g. to write them into a file or database.
CacheTable sync This example shows a synchonously working cachetable using calculated data.
CacheTable async This example shows an asynchonously working table using data read from a file.
CacheTable custom A CacheTable where you may change some settings to see the effects of e.g. max-Cache size, progressive load etc.