Skip to main content

55 docs tagged with "table widget"

View all tags
Docs

autoHilited

Specifies if the table widget will respond to mouse events

cellDoubleClick

sent when the mouse button is released at the end of a double-click on the same cell.

columnLabels

Specifies the text to show on top of columns. Examples:set the columnLabels of widget "Table" to "Product,Icon,Description"

columnNames

Specifies the names of columns. Examples:set the columnNames of widget "Table" to "Product,Icon,Description"

columnWidths

Specifies the width for each column. Examples:set the columnWidths of widget "Table" to "200,100,300"

dataArray

Get or set the data array that the Table will display.

deleteColumnByNumber

Delete a column by index. Examples:set the deleteColumnByNumber of widget "table" to 4

fixedFirstCol

Defines if the first column stays fixed when scrolling horizontally.

headerClick

This message is sent when the table header is clicked.

headerColor

Defines the background color of the table column header.

headerTextSize

The headerTextSize of a Table defines the height of the text of its header.

hilitedRows

Specifies the line(s) that will be hilited on a Table control. Examples:set the hilitedRow of widget "table" to "1,2,9"

hilitedTextColor

The color used to draw the text and icons in the table when they are highlighted.

hTableGrid

Defines if the horizontal lines are shown.

label

The label of the table

multiHilite

Specifies if the table widget will allow to select more than one row at the same time

pageChanged

This message is triggered when the page is changed.

rowColor

Specifies the fill color of rows.

rowsNumber

Gets the total number of rows in the table

rowsPerPageOptions

Customizes the options of the rows per page select field. Examples:set the rowsPerPageOptions of widget "table" to 10 & cr & 15 & cr & -1, "All"

search

Show or not the search field.

showHeader

Specifies if the Table widget will show the column header

showLabel

Whether or not to display a label for the table.

sortByColumn

Define the number of the column by which the data in the table is sorted.

TableColumns

Get or set the data array that the Table uses to build columns.

tableHScrollBar

Controls the visibility of the table's horizontal scrollbar.

tableLineSize

Specifies the thickness with which the inner lines and borders of the Table are drawn.

tablePadding

Specifies the padding that the table cells will have.

tablePage

The current page number of the table when paging is used.

tableText

Specify the data that will be displayed in the table.

touchScrolling

Specifies if the table widget will respond to mouse scrolling gestures

vTableGrid

Defines if the vertical lines are shown.