Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
120
How to set minDecimals using selector?
posted

I am able to set minDecimals editor option on numeric type column in editorOptions. This value when set, is applicable to all cells in that column. However, for me, this value can be different for different cells in same column.

editorOptions : {

minDecimals : 4

}

Is there any way to set different minDecimals value for different cells?

editorOptions: {

minDecimals: 4,

Parents Reply Children
No Data