This repository has been archived by the owner on Jun 23, 2024. It is now read-only.
Expose store context #48
ritchieanesco
started this conversation in
Ideas
Replies: 2 comments
-
Hello ritchieanesco, That's the next step, I agree with you. I intend to refactor the code, especially on all the part that manipulates the DOM, and switch to typescript. Once realized, it will be much easier to create an expressive and easy-to-use lib Thank you very much for the link, I'll take a look at it 👍 |
Beta Was this translation helpful? Give feedback.
0 replies
-
I created a separate lib which will be integrated into the Datatable component, later. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Great library @vincjo!
I was wondering if there was a possibility of exposing the store context? This will allow the lib to be more flexible so that users can create their own filters and search field components rather than using the in-built components.
svelte-form-lib has a pretty example of doing this https://svelte-forms-lib-sapper-docs.vercel.app/custom. Let me know what you think?
Beta Was this translation helpful? Give feedback.
All reactions