-
It would be awesome if one could configure the grid to pull in Bootstrap table, th, tr, td styles....
-
-
The `fin-click` event handler receives an object with properties `detail.row` and `detail.gridCell.y`. Both appear to be incorrect, and refer to the row below the one that was clicked, without conside…
-
HI Team,
I am looking for apply custom themes on the grid. Need some tutorials on this topic.
the grid has properties of theme in it. Can you please post some help on this?
-
Is it possible to save Filters, sort and column order to json string? grid.getState/setState does not seem to work...
-
I have created a new renderer extending the SimpleCell in order to highlight some parts of the text.
It works fine with the normal view but the highlighting does not apply to the Tree column of the a…
-
I'm using the alpha branch 1.2.20 and I wanted not to rely on the datasaur code.
For filtering, I'm using Hypergrid.analytics.DataSourceGlobalFilter in the pipeline with a custom filter that I set …
-
When we have more than 15 visible columns, we unable to scroll to last column, last row of the grid by using below API.
g.selectCellAndScrollToMakeVisible(g.getColumnCount() - 1, g.behavior.dataModel…
-
I'm not sure if pipeline stashing is working properly.
When looking at setPipeline in dataModels/JSON.js, the function is stashing the new DataSources while it should stash the current ones (i.e. t…
-
Are there still plans to finish the canvas-based grid component? It seems like a very large but useful feature (sounds like more work than the whole rest of PhosphorJS, depending on supported features…