alternateRowColors
Defines whether to use alternate row colors.
Defines whether to use alternate row colors.
Specifies if the table widget will respond to mouse events
sent when the mouse button is released at the end of a double-click on the same cell.
This message is sent when a column resize is initiated.
This message is sent when a column is finished resizing.
Specifies the text to show on top of columns. Examples:set the columnLabels of widget "Table" to "Product,Icon,Description"
Specifies the names of columns. Examples:set the columnNames of widget "Table" to "Product,Icon,Description"
The column sort type.
Returns the data type of the column.
Specifies the width for each column. Examples:set the columnWidths of widget "Table" to "200,100,300"
Sent when the content of the table is modified.
Get or set the data array that the Table will display.
Delete a column by index. Examples:set the deleteColumnByNumber of widget "table" to 4
Defines if the user can edit the cells of this column.
Set to true to fill with empty rows.
Defines if the first column stays fixed when scrolling horizontally.
This message is sent when the table header is clicked.
Defines the background color of the table column header.
Set to true to show header dividers.
Set the height of columns header.
Sets the color of the table column header dividers.
Specifies the color of the table header text.
The headerTextSize of a Table defines the height of the text of its header.
This property creates a lift effect on the z axis.
Specifies the line(s) that will be hilited on a Table control. Examples:set the hilitedRow of widget "table" to "1,2,9"
The color used to draw the text and icons in the table when they are highlighted.
Defines if the horizontal lines are shown.
The label of the table
Selects the mouse row when the mouse is moved
Specifies if the table widget will allow to select more than one row at the same time
This message is triggered when the page is changed.
The total number of pages the table has.
The radius of the corners of the widget.
Specifies the fill color of alternate rows when property is true.
Specifies the fill color of rows.
Set the height of rows.
Gets the total number of rows in the table
Defines the number of rows per page.
Customizes the options of the rows per page select field. Examples:set the rowsPerPageOptions of widget "table" to 10 & cr & 15 & cr & -1, "All"
Show or not the search field.
Specifies if the Table widget will show the column header
Whether or not to display a label for the table.
Define the number of the column by which the data in the table is sorted.
Get or set the data array that the Table uses to build columns.
Controls the visibility of the table's horizontal scrollbar.
Specifies the thickness with which the inner lines and borders of the Table are drawn.
Specifies the padding that the table cells will have.
The current page number of the table when paging is used.
Specify the data that will be displayed in the table.
Controls the visibility of the table's vertical scrollbar.
The theme mappings of this widget
Specifies if the table widget will respond to mouse scrolling gestures
Defines if pagination is used in the table.
Defines if the vertical lines are shown.