config_form_tableview - Giswater/giswater_dbmodel GitHub Wiki
Description:
Configuration of fields alias, order and visibility of columns showed on tables visualized on forms.
Fields:
Column name | Data type | Description | Example |
---|---|---|---|
location_type | character varying(50) | Name of view location | node form |
project_type | character varying(50) | Type of project on which message is used | utils |
objectname | character varying(50) | Name of a source table or view | v_plan_node |
columnname | character varying(50) | Name of the column in a source table or view | cost |
columnindex | smallint | Column order | 12 |
visible | boolean | If true, field is showed | TRUE |
width | integer | Width of the column | 70 |
alias | character varying(50) | Name of column showed on form | Cost |
style | json | Definition of a style applied on a result layer | |
addparam | json | Description |