Skip to content

Commit b66d04f

Browse files
committed
feat(nullBoolean): add support for nullBoolean type
1 parent 8ca4d34 commit b66d04f

File tree

9 files changed

+280
-202
lines changed

9 files changed

+280
-202
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,11 @@ 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+
147151
# Local dev
148152

149-
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.
153+
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.
154+
Do not forget to launch `npm install` in both root directory AND vue3-example directory

0 commit comments

Comments
 (0)