Michael Pühringer
Michael Pühringer
In our use case the user does not need to access the remaining rows at all (i.e. `Showing top n out of m`), as they are only interested in the...
This specific feature request comes directly from a client, and what they are looking for is to really limit the number of visible rows, the scrolling behavior would be a...
@sgratzl That's exactly how it was implemented prior to LineUp4. But with the update to LineUp4 every dialog broke because of the new functions such as `cancel` and `reset`. Therefore,...
Is there a way of bringing this feature to LineUp? We are facing this issue in many applications where data is set asynchronous using `setData(...)` on the data provider. Manually...
@ginihumer Feel free to register a custom renderer which instantiates the renderer using the `renderValue: true`. https://github.com/lineupjs/lineupjs/blob/master/src/renderer/BarCellRenderer.ts#L18 Would this solve the issue?
@sehilyi I worked on a more concrete example (i.e. with inlined JSON) which can also be used in your editor. It is a simple alignment vis with inlined data for...
Hi @dkempner, you mentioned building a `DocumentCache` alternative, which disables document normalization and should thus improve performance there. Is there any chance you could open-source this? I think a non-normalizing...
Hi Beni, I found the issue when installing it via pip in a docker container. What happens is that pip clones the repository and executes the install (via the setup.py)....
> Hi @puehringer thanks for filing this, could you advise what would your proposed solution be? Would it be adding `stopPropagation()` to the event handlers as in your override? We'd...
> If you are using any DND library that breaks native browser drag events, then don't expect the MRT dnd features to work. I agree, I haven't been able to...