Skip to content

Commit 87a2b34

Browse files
committed
update example
1 parent f0f6e95 commit 87a2b34

File tree

5 files changed

+293
-277
lines changed

5 files changed

+293
-277
lines changed

README.md

-4
Original file line numberDiff line numberDiff line change
@@ -144,10 +144,6 @@ Here is the description of the type for the configuration of each params ([Param
144144
| [VDUSConfiguration](https://github.com/socotecio/vue-datatable-url-sync/blob/main/src/utils/VDUSTypes.ts#L21) | Configuration object for vue datatable url sync |
145145

146146

147-
# LIMITATIONS
148-
149-
1. If you use nullBoolean type and the default value is not null but false or true no query will be send for null value as by default we can't pass null value in the url. If the feature is important please use an empty string '' instead of the null value and transform the empty string to null value in the fetchData method.
150-
151147
# Local dev
152148

153149
You can use vue3-example to test local dev. You just have to go to vue3-example/src/components/HelloWorld.vue and uncomment the relative import of VDUS.

0 commit comments

Comments
 (0)