Skip to content
Snippets Groups Projects
Commit fc30bc80 authored by Reiter, Christoph's avatar Reiter, Christoph :snake:
Browse files

Also remove the columns-count attribute from the docs

parent 2b7ae8c8
No related branches found
No related tags found
No related merge requests found
...@@ -15,8 +15,6 @@ ...@@ -15,8 +15,6 @@
- example `<vpu-data-table-view paging></vpu-data-table-view>` - example `<vpu-data-table-view paging></vpu-data-table-view>`
- `searching` (optional, required if a search box is desired) - `searching` (optional, required if a search box is desired)
- example `<vpu-data-table-view searching></vpu-data-table-view>` - example `<vpu-data-table-view searching></vpu-data-table-view>`
- `columns.count` (optional, default: 1): add placeholder columns before first table setup
- example `<vpu-data-table-view column-count="7"></vpu-data-table-view>`
- `exportable` (optional): set to display export buttons - `exportable` (optional): set to display export buttons
- example `<vpu-data-table-view exportable></pu-data-table-view>` - example `<vpu-data-table-view exportable></pu-data-table-view>`
- `export-name` (optional, default: 'Data Export'): add name for download file (without extension) - `export-name` (optional, default: 'Data Export'): add name for download file (without extension)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment