Andrew Stein

Results 124 comments of Andrew Stein

@morzel85 Thanks! I've updated this Issue's title to indicate it is a collection of docs bugs.

@timkpaine This is going to be the topic of the next Perspective demo - I think this one is too simplistic for IEX anyway, the UI is really designed for...

Thanks for the report and detailed repros @nickpholden! I am pretty sure you are describing two unrelated issues though - The second is most certainly a bug, `Table` types are...

I could also make `clear()` reset the internal dictionary - this is quite a bit easier than implementing `vacuum()` as the latter must read and then update all index columns...

`end_col` _is_ infinite when virtual scrolling is disabled (specifically it is set to `Infinity`) - there is no "smaller" alternative that is correct. One option is to supply `num_cols` here,...

This is due to a bug in Chrome that we compensate for by [limiting the vertical scroll virtual size to 10,000,000px](https://github.com/jpmorganchase/regular-table/blob/master/src/js/constants.js#L25). Beyond this limit, rows in the virtual space are...

@shubhamcodez The issue is not-fixable, as noted. If you have a _real_, _usable_ example of a grid with enough rows to trigger this issue however, I'd be very interested to...

I think I would need to understand much better what subclassing specifically achieves over composition, other than the ability to fiddle with the exact HTML that `regular-table` generates. Perspective (for...

Can you provide more details please? browser / OS / description of issue / expected behavior, as this seems to work as I expect atm, tested via FF/Chrome/Safari head on...

I believe the issue is with `sass`, which has a similar issue to `wasm-bindgen`. Installing `sass` globally seems to work for me as a workaround for now: ```bash npm install...