animate | defines the type of animation, with which the view is shown, if it is a Multiview cell |
areaselect | enables/disables area selection |
autoConfig | datatable adjust configuration to the data |
autoheight | adjusts the height of Datatable to the its content |
autowidth | adjusts the width of Datatable to its content |
blockselect | enables/disables block selection |
borderless | used to hide the component borders |
checkboxRefresh | controls behavior of checkbox editors in grid |
clipboard | enables/disables clipboard support on desktop devices |
columnWidth | defines the default width for columns (in pixels) |
columns | configures columns of the table |
container | an HTML container (or its ID) where the component should be initialized |
css | the name of the CSS class or the object with styles that will be applied to the view container |
data | JavaScript array containing data for the component |
datafetch | defines the number of records that will be loaded into datatable during the next dynamic loading call |
datathrottle | sets the polling interval (the time period between the completion of a network request and the next request for data) |
datatype | the type of loaded data |
delimiter | sets CSV delimiters for clipboard operations |
disabled | indicates whether an item is enabled |
drag | enables or disables drag-and-drop |
dragColumn | enables drag-and-drop support for columns |
dragscroll | enables autoscroll of the component during drag-n-drop |
editMath | enables formula editing |
editValue | defines which data item is editable (in case of several data items in the cell/line) |
editable | allows/denies editing in the view |
editaction | defines the action on which editors will be opened |
excelHeader | sets the first row of the Excel table as a column header |
externalData | allows defining custom 'move' logic for the component. |
filterMode | defines filtering rules in tree-like components |
fixedRowHeight | defines whether the height should be fixed for all rows or can vary |
footer | enables/disables the footer in DataTable (disabled, by default) |
form | linked form |
gravity | sets the view gravity |
header | enables/disables the header in DataTable (enabled, by default) |
headerRowHeight | sets the height of the header and footer rows |
headermenu | adds a header menu that helps to control the column visibility |
height | sets the height of the component |
hidden | defines whether the view will be hidden initially |
hover | defines a css class for a row-hover in the datatable |
id | the ID of a widget |
keyPressTimeout | a delay between the key press and the action |
leftSplit | the number of the columns fixed to left side of the table (works for the Split Mode) |
liveValidation | enables validation during cell editing |
loadahead | sets the number of items that will be loaded on each scroll movement |
map | defines data mapping |
math | enables math formulas in DataTable |
maxColumnWidth | sets the maximum width for a column |
maxHeight | sets the maximum height for the view |
maxRowHeight | sets the maximum height for a row |
maxWidth | sets the maximum width for the view |
minColumnWidth | sets the minimum width for a column |
minHeight | sets the minimal height for the view |
minRowHeight | sets the minimum height for a row |
minWidth | sets the minimal width for the view |
mouseEventDelay | the delay between a real mouse action and invoking the related events |
multiselect | enables the multi selection mode |
navigation | activates the selection keyboard navigation |
on | allows attaching custom handlers to inner events of the component |
onClick | attaches a click handler for component parts with the specified CSS class |
onContext | a property used to define custom context-click (right click) handlers for elements in the DataTable cells
|
onDblClick | attaches a dblclick behavior for component items with the specified CSS class. |
onMouseMove | attaches a mousemove behavior for component items with the specified CSS class. |
pager | defines paging configuration (creates a "ui.pager" object) |
prerender | invokes the full rendering of data |
ready | the event handler is called just after the component has been completely initialized |
removeMissed | defines how to treat items in case of reloading |
resizeColumn | enables/disables horizontal resizing of columns |
resizeRow | enables/disables vertical resizing of rows |
rightSplit | sets the number of the columns fixed to the right side of the table (works for the Split Mode) |
rowHeight | sets the default height for rows |
rowLineHeight | defines the default line height for a grid row |
rules | set of validation rules for the component |
save | defines URLs for data saving |
scheme | defines schemes for data processing |
scroll | enables or disables scroll for the datatable |
scrollAlignY | enables/disables scrolling the table just by whole rows (i.e. you won't be allowed to scroll along the full length of rows) |
scrollX | enables/disables horizontal scrolling |
scrollY | enables/disables vertical scrolling |
select | sets the selection mode in DataTable |
sort | enables sorting by header click |
spans | sets span configurations for the datatable |
subRowHeight | automatically adjusts the subrow height to the size of the text |
subrow | sets a subrow template |
subview | adds a subview configuration into datatable |
templateCopy | sets the template according to which data will be copied to clipboard from each currently selected cell |
toolbar | sets the id of the related excel toolbar, if it is used |
tooltip | sets a popup message next to the item when the cursor points to it |
topSplit | defines the number of rows that will be "frozen" at the top of datatable |
type | used for configuring presentation of items |
undo | enables reverting changes in datatable |
url | the URL which the component will use to load data after its initialization |
width | sets the width of a widget |
yCount | defines the height of the datatable in rows |