David Totrashvili

Results 2 issues of David Totrashvili

Sometimes users might need disable Virtualization for columns or rows. By adding 2 new values (`columns` and `rows`) for `enableVirtualization` prop we can now control this behaviour. 1. if typeof...

**Describe the bug** `EventIterable` is implemented incorrectly. If the `Emitter` emits events faster than the async iterable consumer can read them, some events will be lost. **To Reproduce** Case 1:...

bug