Bryan Lee

Results 99 comments of Bryan Lee

It seems like the original issue stems from IDs being incorrectly selected when there are no valid children?

Hey, unfortunately I didn't account for columns being reactive, so it's not supported. If you need columns to be dynamically provided, I'd suggest implementing a view model yourself without this...

@nbarraille Thanks! I'll merge this and make a release over the weekend!

Your view is being collapsed by the React Native engine. Setting a `nativeID` has a side effect of disabling the collapse, but you can also set `collapsible={false}` on either view...

I assume this would leverage the backwards compat in Svelte 5 for Svelte stores?

Just to clarify, this library does not support Svelte 5 due to its reliance on Svelte components being classes for its rendering template.

Hey @huntabyte! I figured that since the hidden column ids state was just a `Writable`, it would provide you with the most flexibility in how you wanted to configure hidden...

Ah gotcha, consistency is definitely something that'd be nice. I'll work on this for the next patch version.

Hey @stephane-klein, I'm really sorry this took so long. Unfortunately, I don't think this is the approach that we should be using to solve the issue. With this fix, `addGridLayout`...