Zambezi Grid components
Grids compose a series of subcomponents. These subcomponents take care of different elements of drawing the grid. One draws the body, one the headers, the other handles column resize, for example.
You can extend or modify the grid by providing your own subcomponents to it using the use()
method.
The subcomponent is a standard D3 component which will be automatically run on the main grid DOM for which a object with different layout and row information will be bound.
It might be useful to run components before the rows have been processed and cell data has been generated.
In that case, use usePre
instead of use
to register your component.