Hunter Johnston
Hunter Johnston
### Describe the feature in detail (code, mocks, or screenshots encouraged) The original project has an awesome integration with React Hook Form. I want the same with [sveltekit-superforms](https://github.com/ciscoheat/sveltekit-superforms). This issue...
### Describe the feature in detail (code, mocks, or screenshots encouraged) ~~The original project uses [Tanstack Table](https://tanstack.com/table/v8), which also has a Svelte version, so the intent is to integrate that...
The hex to color channel tool is pretty tight on mobile and needs some breathing room to align with the rest of the UI.
The issue with this is that if someone already has the button installed and has customized it, this would override that customization. I think checking first to see if the...
The `createRender` function is nice for rendering full-blown components, sometimes all you need is a `data-*` attribute or `class` to get the cell where you want it. These attributes could...
Currently, we're restricting to passing in a `number` for the `initialWidth`, `minWidth`, `maxWidth`, etc. It would be incredible if we could just pass a string that could be any acceptable...
I'm not able to see any options to disable the "hide" plugin for specific columns as we can for others, is this something on the roadmap? I may be able...
### Before You File a Bug Report Please Confirm You Have Done The Following... - [X] I have tried restarting my IDE and the issue persists. - [X] I have...
Closes: #162
I have a button in my app that, when clicked, I want the same behavior as when a user clicks the dropzone. Currently, we can't pass any additional data-* attributes...