iamyuu / gridjs-svelte

A Svelte wrapper component for Grid.js
https://npm.im/gridjs-svelte
MIT License
57 stars 13 forks source link

feat: support `resizable` columns #6

Closed andreasbhansen closed 3 years ago

andreasbhansen commented 3 years ago

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} /> (default false), which is passed to the new Grid({...}) instance. The downside (?) is the necessary Grid.js peer dependency update in package.json.

vercel[bot] commented 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

iamyuu commented 3 years ago

Cool, thanks for creating a pull request.