Hi, I just discovered that the [addGridLayout](https://svelte-headless-table.bryanmylee.com/docs/plugins/add-grid-layout) isn't compatible with [addHiddenColumns](https://svelte-headless-table.bryanmylee.com/docs/plugins/add-hidden-columns). You can see the problem by trying to hide columns in this example: https://svelte.dev/repl/3c2e3375c82748c0941699e4f427c0a7?version=3.48.0 I think hidden columns are not taken into account when calculating the number of columns [here](https://github.com/bryanmylee/svelte-headless-table/blob/c60dd00982b21b81a90818cf610df4681cdfbdbd/src/lib/plugins/addGridLayout.ts#L69). I'll try to create a pull request to correct this issue 🤞. Best regards, Stéphane