Documentation Index
Fetch the complete documentation index at: https://docs.velt.dev/llms.txt
Use this file to discover all available pages before exploring further.
How to add Velt attributes to AG Grid cells?
Some Velt features like live selection require adding Velt specific attributes to the cell elements. Here’s how you can do it:- In your AG Grid column definitions, use the
cell rendererproperty to customize the cell rendering. - Within the
cell renderer, add the necessary Velt attributes to the cell element.
data-velt-live-selection-enabled attribute and other required attributes to AG Grid cell div tags:

