Table class:
The style class for the table, according to the Bootstrap table styling
See
Show header:
If checked show the table header cell
Page size:
The default paging size, if 0 no paging is display
Paging options:
An Array of Integer which will be shown in the dropdown box to choose the row count
Encoding:
The encoding of your page, choose the right encoding to display the special char for your language.
Selection:
Enables row selection (to enable multi selection see also multiSelect).
Multiselect:
Enables multi selection (selection must be set to true as well).
Column selection:
Enables or disables the dropdown box to hide/show columns
Keep selection:
Defines whether the row selection is saved internally on filtering, paging and sorting (even if the selected rows are not visible).
Show refresh button:
If checked show the refresh button
Search like char:
The chars to use for the like search, this value depend by your DataBase, for SqlServer must be set to ''%''
Sorting:
Enables sorting (to enable multi sorting see also multiSort)
Multisort:
Enables multi sorting (sorting must be set to true as well).
Thousand separator
If checked insert the thousand separator to the numeric fields
Insert Bootstrap library:
If checked insert the Bootstrap includes (javascript and css)
Insert jQuery library:
If checked insert the jQuery javascript includes
Status Mapping:
Specifies the mapping between status and contextual classes to color rows.
0 Specifies a successful or positive action. Default value is success.
1 Specifies a neutral informative change or action. Default value is info.
2 Specifies a warning that might need attention. Default value is warning.
3 Specifies a dangerous or potentially negative action. Default value is danger.
Label All:
This label is used in the row count selection box.
Label Paging Info:
This label is used by default in the footer section to provide helpful informations regarding the table content.
You can use this placeholder:
{{ctx.start}} The record number paging start
{{ctx.end}} The record number paging end
{{ctx.total}} The total number of records
Label Loading:
This label shows up in async scenarios while data is loading.
Label No Result:
This message is shown in the table content part when no data rows are available.
Label Refresh:
Tooltip for the refresh button.
Label Sort:
Placeholder text for the sort placeholder.