Closed andreasbhansen closed 3 years ago
This pull request is being automatically deployed with Vercel (learn more).
To see the status of your deployment, click below or on the icon next to each commit.
🔍 Inspect: https://vercel.com/iamyuu/gridjs-svelte/7ShvbYqnHw9EjvQycKy4iQj1dcLJ
✅ Preview: Failed
Cool, thanks for creating a pull request.
In Grid.js version 4.0.0, support for resizable columns was added (see docs). This PR exposes an additional Svelte prop,
<Grid resizable={true|false} />
(defaultfalse
), which is passed to thenew Grid({...})
instance. The downside (?) is the necessary Grid.js peer dependency update in package.json.