Skip to content
Snippets Groups Projects
Commit 459833ae authored by Neuber, Eugen Ramon's avatar Neuber, Eugen Ramon :speech_balloon: Committed by Reiter, Christoph
Browse files

Fix attribute name in README.md

See issue #5
parent ce4a25bc
No related branches found
No related tags found
No related merge requests found
......@@ -21,9 +21,9 @@
- example `<vpu-data-table-view exportable export-name="All Items"></pu-data-table-view>`
- `column-searching` (optional, default: false): add search fields for every column
- example `<vpu-data-table-view column-searching></pu-data-table-view>`
- `default-ordering` (optional, default: [ ]): set the default ordering as column and direction
- example `<vpu-data-table-view default-ordering='[1,"asc"]'></pu-data-table-view>`
- example `<vpu-data-table-view default-ordering='[[0,"desc"],[2,"asc"]]'></pu-data-table-view>`
- `default-order` (optional, default: [ ]): set the default order as column and direction
- example `<vpu-data-table-view default-order='[1,"asc"]'></pu-data-table-view>`
- example `<vpu-data-table-view default-order='[[0,"desc"],[2,"asc"]]'></pu-data-table-view>`
# Local development
```bash
......
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