record with the fields: 'column_id: string | list with values of type: string (optional)', 'column_type: value equal to: 'any', 'numeric', 'text', 'datetime' (optional)', 'filter_query: string (optional)', 'state: value equal to: 'active', 'selected' (optional)', 'row_index: number | value equal to: 'odd', 'even' | list with values of type: number (optional)', 'column_editable: boolean (optional)'
Constructor | Description |
|
|
Static member | Description |
Full Usage:
DataStyleCondition.init (?columnId, ?columnType, ?filterQuery, ?state, ?rowIndex, ?columnEditable)
Parameters:
ConditionalColumnIdType
?columnType : ColumnType
?filterQuery : string
?state : DataStyleState
?rowIndex : SelectRowBy
?columnEditable : bool
Returns: DataStyleCondition
|
|