is it possible to use one of the predefined formatters from a custom formatter? I want the formatoptions to depend on the cell value, so I need a custom formatter. But after deciding on the formatoptions it would be nice to be able to use the predefined formatter.
Example: I want to use a formatter='number', but I want decimalPlaces to depend on the cell value: decimalPlaces:2 if cellvalue > 10, else decimalPlaces:3 if cellValue > 1, else decimalPlaces:4.
Frode
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top