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. Inside the template you will have access to the params object which contains value, valueFormatted, ... Use This render if you want to render the data with a custom html. |
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 |