furo-ui5-views-table-settings #
@furo/ui5 v1.18.0
import '@furo/ui5/src/furo-ui5-views/furo-ui5-views-table-settings.js';
exports FuroUi5ViewsTableSettings js
exports <furo-ui5-views-table-settings>
custom-element-definition
superclass LitElement
mixes FBP
Summary: table settings dialog
Description #
furo-ui5-views-table-settings
contains the dialog for the table settings for a furo-ui5-views
.
Example #
Attributes and Properties #
headerText #
tablesettings-header-text
string
default: 'View Settings'
Title of the dialog.
tabColumnsLabel #
tab-columns-label
string
default: 'Columns'
Label for the column tab.
tabSortLabel #
tab-sort-label
string
default: 'Sort'
Label for the sorter tab.
okButtonText #
ok-button-text
string
default: 'Ok'
Label for the OK button.
cancelButtonText #
cancel-button-text
string
default: 'Cancel'
Label for the cancel button.
colheaderField #
colheader-field
string
default: 'Field'
Titel for the field column.
colheaderPosition #
colheader-position
string
default: 'Position'
Titel for the Position column.
labelEmptySelect #
label-empty-select
string
default: 'Sort By'
Text for the “pleace select” dropdown entry.
placeholderSearch #
placeholder-search
string
default: 'Search'
Placeholder for the searcher field.
rowType #
row-type
string
Define the type for a row
requiredFields #
required-fields
string
Define fields that are required for your business logic. Required fields are always requested from the server
even when they are not displayed.
sortable #
sortable
boolean
Set this to true to enable the sorting view in the dialog.
Methods #
show #
show() ⟹ void
*
→
fn-show
show
bindSettings #
bindSettings(e `` ) ⟹ void
`` → fn-bind-settings
Bind the settings component from furo-ui5-views
.
- e complete event
_FBPReady #
_FBPReady() ⟹ void
*
→
fn–fbp-ready
flow is ready lifecycle method