ResourceTableComponentOptions
Defined in: layout/types.ts:219
X-intellij-html-description
Section titled “X-intellij-html-description”Options for the resource table component.
Extends
Section titled “Extends”Properties
Section titled “Properties”module
Section titled “module”module:
string
Defined in: layout/types.ts:220
buttons?
Section titled “buttons?”
optionalbuttons?:LayoutButtonDef[]
Defined in: layout/types.ts:221
bulk_actions?
Section titled “bulk_actions?”
optionalbulk_actions?:LayoutButtonDef[]
Defined in: layout/types.ts:222
pre_filters?
Section titled “pre_filters?”
optionalpre_filters?:DNFConvenience
Defined in: layout/types.ts:223
filters?
Section titled “filters?”
optionalfilters?:DNFConvenience
Defined in: layout/types.ts:224
row_settings?
Section titled “row_settings?”
optionalrow_settings?:TableRowSettings
Defined in: layout/types.ts:225
column_settings?
Section titled “column_settings?”
optionalcolumn_settings?:TableColumnSettings
Defined in: layout/types.ts:226
columns?
Section titled “columns?”
optionalcolumns?:ColumnDefinition[] | {fetch:ColumnDefinition[];display:ColumnDefinition[]; }
Defined in: layout/types.ts:227
summary?
Section titled “summary?”
optionalsummary?:SummaryDefs[]
Defined in: layout/types.ts:228
aggregates?
Section titled “aggregates?”
optionalaggregates?:AggregateDefs[]
Defined in: layout/types.ts:229
toolbar?
Section titled “toolbar?”
optionaltoolbar?:ResourceTableToolbar
Defined in: layout/types.ts:230
workflow?
Section titled “workflow?”
optionalworkflow?:string
Defined in: layout/types.ts:231
hide_crud_buttons?
Section titled “hide_crud_buttons?”
optionalhide_crud_buttons?:boolean
Defined in: layout/types.ts:232
selectable?
Section titled “selectable?”
optionalselectable?:boolean
Defined in: layout/types.ts:233
live_updates?
Section titled “live_updates?”
optionallive_updates?:boolean
Defined in: layout/types.ts:234
show_in_modal?
Section titled “show_in_modal?”
optionalshow_in_modal?:boolean
Defined in: layout/types.ts:235
edit_in_modal?
Section titled “edit_in_modal?”
optionaledit_in_modal?:boolean
Defined in: layout/types.ts:236
create_in_modal?
Section titled “create_in_modal?”
optionalcreate_in_modal?:boolean
Defined in: layout/types.ts:237
related?
Section titled “related?”
optionalrelated?:RelatedTableConfigConvenience[]
Defined in: layout/types.ts:238
optionalfill?:Partial<Record<keyofEntity,any>>
Defined in: layout/types.ts:239
hidden_from_frontend?
Section titled “hidden_from_frontend?”
optionalhidden_from_frontend?:boolean
Defined in: layout/types.ts:120
Inherited from
Section titled “Inherited from”ComponentOptions.hidden_from_frontend
show_in?
Section titled “show_in?”
optionalshow_in?:DefinedModuleAction[]
Defined in: layout/types.ts:121
Inherited from
Section titled “Inherited from”recipes?
Section titled “recipes?”
optionalrecipes?:LayoutElementRecipes| {module:string;buttons?:string;bulk_actions?:string;pre_filters?:string;filters?:string;row_settings?:string;column_settings?:string;columns?:string;summary?:string;aggregates?:string;toolbar?:string;workflow?:string;hide_crud_buttons?:string;selectable?:string;live_updates?:string;show_in_modal?:string;edit_in_modal?:string;create_in_modal?:string;related?:string;fill?:string;hidden_from_frontend?:string;show_in?:string;recipes?:string; }
Defined in: layout/types.ts:122