AgGrid provides a way to align multiple grids together. This is useful when you want to display related data in a synchronized manner.
You can do so through the aligned_grids
prop. This prop takes a list of grid IDs that you want to align.
The pivot functionality does not work with aligned grids. This is because pivoting data changes the columns, which would make the aligned grids incompatible, as they are no longer sharing the same set of columns.