Juho Vepsäläinen

Results 350 comments of Juho Vepsäläinen

@priley86 A PR would be most welcome even if it breaks the API for this particular package. Another feature that would be good to add for virtualization is overscan (i.e....

If it's compatible with React, then yes. Note that I implemented virtualization to address the performance concern. It helps noticeably with larger data sets.

Hi, Looks like it crashes the site (see console). PR welcome. Note that I'm currently reworking the framework so I'll likely fix this eventually. If you need something fast, it's...

Do you still want to drag the row from the entire row or only from the handle?

Check the implementation of [draggableRow](https://github.com/reactabular/reactabular/blob/master/packages/reactabular-dnd/src/draggable-row.js) carefully. To create a handle, you may have to create a specialized version of that to comply with react-dnd semantics.

If you don't mind allowing dragging from an entire row, you can fake the icon by rendering one through the column definition.

Did you notice the `components` API? Technically you can override anything that's in the structure (the component is headless). Could you set up a small example of what you have...

Here are the related docs: https://reactabular.js.org/#/table/overriding-default-renderers .

@dannyhuly I'm working on a small re-design (separate branch) but I haven't gotten around to finishing it yet as I've been too busy with paid work (I do this one...

Note that I don't support IE officially. So if it works, it works through luck.