Jameson Hill

Results 24 comments of Jameson Hill

This happens for any multiple of 7 when you do not include the `mantissa` property.

`rowClassName={({ rowData }) => rowData.error ? styles.red : styles.black}`

Anybody actively maintaining this project anymore?

Is there a WIP for this? I'm forking this project to add dynamic row height support for a project i'm working on. If I can add that support in a...

@nihgwu Sounds good. I will make an attempt at dynamic row heights in our fork. If we can get it working I'm happy to help w/ v2 once you have...

@nihgwu Is it worthwhile for me to open a PR adding Typescript type declarations? If you'd rather wait until V2, I can add them to @DefinitelyTyped instead for V1.

@nihgwu yes i can help w/ the TS types & conversion. I didn't get around to submitting a PR to @DefinitelyTyped, but I have a good start on them in...

I'll open a WIP PR later today w/ the start of the typings for V1.

For V2, would you consider making the params for `unflatten` and `flattenOnKeys` an object? Since there are multiple default params, it makes it kinda awkward IMO to only pass single...

@gjthompson1 `react-virtualized` supports horizontal virtualization, while this one does not. Doesn't seem like an apples to apples comparison.