ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

This content has been translated automatically.  Click here  to view the French version.
Help / Developing an application or website / Controls, windows and pages / Controls: Available types / Table Column control
  • Overview
  • Column title
  • Multiline column title
  • Column title-header
  • Icons displayed in the columns
  • Displaying the sort icon
  • Selection bar
WINDEV
WindowsLinuxJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac Catalyst
Others
Stored procedures
Overview
The column title is an important element of a Table control. Indeed, the title of columns is used to perform operations regarding the appearance (ability to include images) as well as the features (filter, search).
This help page presents the available features:
Column title

Multiline column title

The column title is displayed on several lines by default.
To configure the management mode of column tile (singleline or multiline):
  1. Display the Table field description window ("Table description" option in the context menu).
  2. On the "Details" tab, check or uncheck "Force title in a single line (8)".
  3. Validate.
Remarks:
  • The title of columns supports RTF and the graphic functions (gXXX functions).
  • In the window editor, the height of column titles can be modified with the mouse.
  • The title of the columns can be modified programmatically with the Title and Caption properties.
  • The height of the column titles can be modified programmatically with the TitleHeight property.
AndroidiPhone/iPad

Column title-header

You have the ability to define a title-header of columns. A column title-header is an additional title displayed above the title of one or more columns.
To define a column title-header:
  1. Open the "Details" tab in the Table control description window ("Description" in the context menu).
  2. Click "Edit column title-headers".
  3. The different table columns are displayed in the window that opens.
    In this window, you can:
    • 1: Add overlays ("+" button) or remove overlays ("-" button).
    • 2: Resize and merge individual header cells by hovering over separators.
    • 3: Rename overhead cells by clicking on them.
  4. Validate.
Remarks:
  • The title-headers of columns can be created through programming with TableAddTitleHeader.
  • The Merge property is used to merge:
    • Table field cells.
    • the titles of columns.
  • If column overheads are enabled, column labels cannot be modified via the column description window: the label must be modified in the column overheads editing window..
Icons displayed in the columns

Displaying the sort icon

In a sortable column, the sort icon is displayed when the user clicks the column. The sort icon indicates the sort direction of the column.
You also have the ability to permanently display a sort icon in the column. In this case, when the column is not sorted, an icon indicates to the user that a sort can be performed on this column.
To display the sort icon:
  1. Go to the "Style" tab in the Table control description window ("Description" in the context menu).
  2. Select the "Border of column title" element.
  3. Select "Display sort icon".
Selection bar
Minimum version required
  • Version 14
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 10/04/2024

Send a report | Local help