Class | Description |
---|---|
GxCellRendererComparator | Compare two cell renderers components |
GxRendererAbstract | Abstract implementation for GxRendererInterface |
GxRendererBoolean | The class represents a boolean cell renderer |
GxRendererCustomHTML | The class can render a custom html using lodash string templates. |
GxRendererGroupCellRenderer | If you are grouping in the grid, then you will need to provide a group cell renderer as the group cell renderer is what provides the user with the expand and collapse functionality. |
GxRendererImageRenderer | The renderer can be used to display a list of images based on the cells values using a json object |
Interface | Description |
---|---|
GxRendererInterface | GxRendererInterface |