Skip to main content

Data table

Table to represent data.

Data Table Settings

PropertyDescription
Paging typeType of paging behavior (Scroll, Pager, Endless):

- Scroll: functions as a long page giving you the ability to scroll up and down

- Pager: creates pagination links on the bottom of the page and splits up the page's content

- Endless: allows you to scroll endlessly even after the intended page

Page SizeNumber of entries fetched per paging request:

Regulation of the traffic caused per request. Paging Type related setting to paging, for example, 30 lines can be displayed, 50 can be loaded, scrolling is already possible without reloading) Fallback = 300 (value recommendation; a different value is required if there are many columns)

Select ModeSelect one of the following:

- None

- Single

- Multi

- OS: Can select one or many using CTRL key.

*Use CachingQueries are stored in redis cache for each user and processed from there. Held there until the query completes. Use not recommended
ColumnsReorderableColumns can be arranged by user
Columns ResizableColumn width can be changed by the user
Columns Resizable – Resize ModeSelect one of :

- Expand: The table won't take the entire width of screen, it will only take as much as you give it.

- Fit: the table will take the entire width of the screen.

DisableAutoLoadNo automatic filling with data from the stored data source

DataTableColumns

PropertyDescription
SelectSelection of the displayed columns
Column – TextDisplayed header text of the column
Column – Fetch DataGet the value of the column. Data that is not also displayed in the table can be used for processing
Column – Is VisibleAdjust the visibility of the column
Column – Is FilterableShow filter option
Column – Is SortableShow sorting option
Column – IsCommaSeparatedIf Parent or Column is of type List
Column – Numeric PrecisionDecimal places
Column – Date FormatDate format
Column – Is StickyColumn cannot fall out of display area
Column – PrefixPrefix that is additionally added to the column data
Column – SuffixSuffix that is additionally added to the column data
Column – PositionPosition of the column, starting with 0 from the left
Column – WidthColumn width
Column – Default sortColumn data sorting
Column – Use IconsUse Icons for displayed the column in the datatable

DataTableFixedColumns

PropertyDescription
Fixed ColumnsDefinition of the fixed columns
Fixed Columns – LeftNumber of frozen columns from the left
Fixed Columns – RightNumber of frozen columns from the right

DataTableStyle

PropertyDescription
Styles – Header BackgroundHeader background color
Styles – Header ForegroundFont color of the header
Styles – LineLine color
Exclusive eventDescription
ClickA click of the element
Selection ChangedWhen changing the selected item from a datatable
Double ClickWhen double-clicking on an item
Value ChangedTriggered when the table is editable and some specific cell value is changed
On FocusFocusing on an item (Clicking on it, etc)