Relative Content

Tag Archive for ag-grid

Aggrid Drag and Drop In Fluent UI Panel

I am using aggrid react in Fluent UI panel component now when i am trying to drag and drop from one grid to another “ag-dnd-ghost ag-unselectable ag-theme-quartz” Div is not getting formed , i checked Aggrid https://www.ag-grid.com/react-data-grid/row-dragging-to-external-dropzone/ followed the steps drag and drop is working but but ag-dnd-ghost class is not getting applied. Please help

How customizable is AG Grid?

We are looking into various table frameworks for a web application that we are developing. AG Grid looks very promising, though it is a little unclear how customizable it is. And by customizable I don’t mean choosing from all of the many table options that AG Grid provides. I’m more interested in how easy would it be to add our own features and things that AG Grid itself does not provide. I saw the modules way of building an AG Grid, would we be able to easily design our own modules and register them with the AG Grid? Or could we extend the AGGridReact class and/or the AGGridReactProps? Or is there some other way to build on top of AG Grid and add features and functionality that is not available directly from AG Grid?

ag grid: possible to customize when cells flash?

enableCellChangeFlash is used to flash cells that get updated content.
However, Im using valueFormatters on a couple of columns and I only want to flash the cell contents if the rendered content changes instead of the underlying value.