Skip to content

Commit 6c28220

Browse files
committed
fix mardown table
1 parent 0f71475 commit 6c28220

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ function useDatatableUrlSync(route: any, router: any, form: GenericDictionnary,
8585
```
8686

8787
| Params | Description |
88+
| --------- | ----------------------------------------------------------------- |
8889
| route | The route element from vue router. As it differe from Vue2 and Vue3 we can't import it automatically and need to have the instance in parameter |
8990
| router | The route instance from vue router. As it differe from Vue2 and Vue3 we can't import it automatically and need to have the instance in parameter |
9091
| form | A simple object used to filter the form. This object is synchronized with the url. When it change it reset the page attribute of the options variable |
@@ -98,5 +99,6 @@ function useDatatableUrlSync(route: any, router: any, form: GenericDictionnary,
9899
# useDatatableUrlSync returned value
99100

100101
| Key name | Description |
102+
| --------- | ----------------------------------------------------------------- |
101103
| loading | Boolean value to be able to wait in the template that the data is correctly setted from the url and the data retrieve or filtered in fetchDatas especially if your fetchDatas is asynchronous |
102104
| vuetifyOptions | The datatable options on the vuetify format to be able to use it directly in the template without the need to transform it |

0 commit comments

Comments
 (0)