Re: [qooxdoo-devel] Table vertical alignment

2015-05-04 Thread Johan
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

Re: [qooxdoo-devel] Table vertical alignment

2015-04-30 Thread Vincent Vandenschrick
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);