state ui: advanced datatableA pre-styled advanced table showing data using advanced tooling
The state to bind the datatable to. If it is updated, the component will re-render Choose the columns you want to show Choose the widths of the columns in percentage, by default we will divide the columns over 100%
Choose which columns can be sorted, by default we will not do any sortable fields Fields that will be searched on in addition to the column fields Actions that are specific to the row like edit, detail, json, revision or inline edit Query used as a base for the datatable Number of results per page in the table
Default:
30
The function can be used to handle data-mapping over all results, for example when you want to get all usernames and the original data only contain user_guids. In this function you'll be able to mass-query the e.g. users storage for such data. The function will be executed for each row and state pins can be returned to overwrite whats visible. state: datatableA styled table made to display a lot of data using pagination.
The state to bind the datatable to. If it is updated, the component will re-render Choose the columns you want to show Fields that will be searched on in addition to the column fields Actions that are specific to the row like edit, detail, json, revision or inline edit Query used as a base for the datatable Number of results per page in the table
Default:
30
Content to be shown within the headers right-side. The function can be used to handle data-mapping over all results, for example when you want to get all usernames and the original data only contain user_guids. In this function you'll be able to mass-query the e.g. users storage for such data. The function will be executed for each row and state pins can be returned to overwrite whats visible. row actions: checkboxAdds a checkbox that can be placed anywhere in the row.
The value that will be set in the selection. It is possible to use {{ guid }} in the value to insert the guid of the row being rendered.
Default:
guid
Adds the checkbox before the given column. Adds the checkbox after the given column. row actions: linkAdds a link that can be placed anywhere in the row.
Defines how the button should look. A default will be used if not set. The URL that the hyperlink points to. It is possible to use {{ guid }} in the href to insert the guid of the row being rendered. Where to display the linked URL, as the name for a browsing context (a tab, window, or Adds the button before the given column. Adds the button after the given column.