Override default renderer for all cells
Override default renderer for all cells
![xtech_dev](https://secure.gravatar.com/avatar/54b78430cf45e24b25ce0d3eb9d2614c/?default=https%3A%2F%2Fvanillicon.com%2F54b78430cf45e24b25ce0d3eb9d2614c_200.png&rating=g&size=120)
Hello, i would like to wrap all cells values with extra div. I know i define a renderer for each column. But since this is default behaviour i would like to replace "default renderer'.
Is there any way to do that?
I mean: when custom renderer is not define at column level i would like to use my renderer instead of default.
Thank for you help.
It Man
This question has an accepted answers - jump to answer
This discussion has been closed.
Answers
You can set a default renderer for a table using the
_all
target of thecolumnDefs.targets
option.Allan