Hi,
Ok, thanks !
But if a better solution exist...
Johan
Le 30/04/2015 16:58, Vincent Vandenschrick a écrit :
Hi Johan,
I just had the same issue yesterday and I couldn't find anything else
than overriding the cell renderer and adding a "padding-top"
additional style using the overridden _g
Hi Johan,
I just had the same issue yesterday and I couldn't find anything else than
overriding the cell renderer and adding a "padding-top" additional style using
the overridden _getCellStyle method, e.g. :
_getCellStyle: function (cellInfo) {
var superStyle = this.base(arguments, cellInfo);