Development tools : XUI editor : Editing an XUI page : Editing the properties of a table
  
Editing the properties of a table
A table widget is very different from other widgets. Besides those common properties described in Editing the properties of the XUI widgets, you can find other information about table from this section. In Properties view, Table widget has:
Columns: set column properties
Pagination: set pagination properties
Menus: set menus properties
Table widget can contain various cells, rows or columns which sometimes differ from their own kind in both appearance and function for special purpose. Besides the common properties a basic table has, some extra properties are taking effect specifically for cells, rows or columns inside the table. For detailed information, see Table.
This section will introduce how to edit these special properties of Table.
See
Adding a paginated table widget sample
Displaying multiple lines in table cell
Creating multi-header of a table
Merging cells in table body
Setting Tooltip of Table cell
Assigning styles on cells
Setting the relative width of table column
Making table rows selectable
Sorting table rows initially
Adding multiple widgets in one column
Go up to
Editing an XUI page