-
In doing some performance analysis of Hypergrid, one of the issues I saw was that during the paintLoopFunction, the entire visible portion of the grid is being re-rendered. It be more efficient if th…
-
Hi,
Is there any way to achieve below functionality.
If a grid has 5 columns can they consume full size of the canvas having equal distribution. and if no of columns increased by certain limit a ho…
-
Would it be possible to have line breaks in cell text content? The corresponding row would have to grow in height, possibly making different rows have different heights.
It seems this is currently …
-
Hi,
I want to extract the table data in pdf file.
So, if the code is like following, how can I get this data into the object and export it?
Please provide some APIs.
There are some functions used …
-
All,
Doing a fresh clone from the current repo and I get test failures and uglify errors:
$ git clone https://github.com/openfin/fin-hypergrid.git
$ npm install
$ gulp build
...yields four test fai…
-
In the `develop` branch, the tree view seems to show a triangle even on rows that are not expandable, confusing the user.
-
I'm getting the following error with the multiple-grids.html demo:
`Canvas.js:284 TypeError: Cannot read property 'length' of undefined
at Constructor.paintCellsByColumnsAndRows [as paintCells] …
-
grid.setData() is the only way to update new data?
-
Would you provide the alpha version to npm? this way I can automate the fix for multiples grids.
Thanks for advance.
-
Hi, the performance of hypergrid is great! However, I am a little lost with the documentation.
What are the steps to enable sorting and filtering, for the version 1.3.0 of hypergrid (using hyper-an…