-
Notifications
You must be signed in to change notification settings - Fork 5
Columns
Krzysztof Słysz edited this page Oct 19, 2021
·
4 revisions
Definition of columns are required to create views.
- 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.
- 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
Wiki
Work in the project
- Navigation
- Searching
- Filtering
- Create/modify/remove data
- Data reservation
- Data details
- Data history
- Tasks execution
- Data export
Project settings
Management
API