Questions tagged [fin-hypergrid]

3 questions
11
votes
4 answers

JS grid performance comparison

I was using angular-ui-grid (http://ui-grid.info/) to display tabular data. On the whole, it was quite slow and so we decided to use ag-grid (https://www.ag-grid.com/). This was much more performant and better to deal with for regular-sized…
David542
  • 104,438
  • 178
  • 489
  • 842
0
votes
1 answer

How to use fin-hypergrid library in Angular 6/Ionic 4

Trying to use the fin-hypergrid library in Angular, think the import is wrong. It's not a native typescript library so not sure exactly how to import it. Component/Page import { Component, OnInit } from '@angular/core'; import * as Hypergrid from…
Dan Reil
  • 387
  • 1
  • 3
  • 16
-1
votes
1 answer

Custom element with position absolute

I am trying to contain/put a fin-hypergrid within a web component, but because it's scrollbars are custom divs with position: absolute on them, they are positioned absolute to the window rather that the component itself. Here is my jsfiddle:…
Cheetah
  • 13,785
  • 31
  • 106
  • 190