Skip to content

Columns

Krzysztof Słysz edited this page Oct 19, 2021 · 4 revisions

Defining columns in the project

Required user role: ADMIN

Definition of columns are required to create views.

Columns

Columns fields:

  • Name - columns name (*)
  • Description - explanatory description (*)
  • Class support - class name (links columns in the view definition with the same class name)
  • Columns - number of defined columns items
  • Created by - creator name
  • Created at - creation date and time
  • Modified by - last modifier (*)
  • Modified at - last modification date and time (*)

(*) Displayed in the columns selection window.

Columns item fields:

  • Enabled - data for the column are loaded (checked) or not (unchecked)
  • Title - column title (taking from proprerty title)
  • Hidden - data for the column are loaded but not visible
  • Width - column width as percent of whole table width (could not work property, but for example 1% gives you minimum possible width for this column)
  • Editable - when data in the column could be editable (Always, Never, On add, On update)
  • Sorting - if checked, sorting for the column is enabled
  • Filtering - if checked, filtering for the column is enabled
Clone this wiki locally