doc/src/ComponentReference/contrib.FormTable.html [321:470]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - row Object out no   The value object of the current row being rendered. column ITableColumn out no   The object representing the current column being rendered. pageSize int in no 10 The number of records displayed per page.

This parameter is only used with the source and columns parameters. initialSortColumn String in no null The id of the column to initially sort the table by. A value of null indicates no sorting.

This parameter is only used with the source and columns parameters. initialSortOrder boolean in no false The order of the initial sorting. Set this parameter to false to sort in an ascending order and to true to sort in a descending one.

This parameter is only used with the source and columns parameters. pagesDisplayed int in no 7 Determines the maximum number of pages to be displayed in the page list when the table has more than one page.

For example, if the table has 20 pages, and 10 is the current page, pages from 7 to 13 in the page list will be shown if this parameter has a value of 7. arrowUpAsset IAsset in no   The image to use to describe a column sorted in an ascending order. arrowDownAsset IAsset in no   The image to use to describe a column sorted in a descending order. pagesClass String in no   The CSS class of the table pages. columnsClass String in no   The CSS class of the table columns. rowsClass String in no   The CSS class of the table rows. valuesClass String in no   The CSS class of the table values.

Body: ignored
Informal parameters: allowed
Reserved parameters: none

Examples

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - doc/src/ComponentReference/contrib.Table.html [325:475]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - row Object out no   The value object of the current row being rendered. column ITableColumn out no   The object representing the current column being rendered. pageSize int in no 10 The number of records displayed per page.

This parameter is only used with the source and columns parameters. initialSortColumn String in no null The id of the column to initially sort the table by. A value of null indicates no sorting.

This parameter is only used with the source and columns parameters. initialSortOrder boolean in no false The order of the initial sorting. Set this parameter to false to sort in an ascending order and to true to sort in a descending one.

This parameter is only used with the source and columns parameters. pagesDisplayed int in no 7 Determines the maximum number of pages to be displayed in the page list when the table has more than one page.

For example, if the table has 20 pages, and 10 is the current page, pages from 7 to 13 in the page list will be shown if this parameter has a value of 7. arrowUpAsset IAsset in no   The image to use to describe a column sorted in an ascending order. arrowDownAsset IAsset in no   The image to use to describe a column sorted in a descending order. pagesClass String in no   The CSS class of the table pages. columnsClass String in no   The CSS class of the table columns. rowsClass String in no   The CSS class of the table rows. valuesClass String in no   The CSS class of the table values.

Body: ignored
Informal parameters: allowed
Reserved parameters: none

Examples

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -