Threaded View
-
29 Nov 2012 11:21 PM #1
getClass for actionColumn only in a few rows
getClass for actionColumn only in a few rows
Hi, I'm using the code below, to set the css class for an action column.
But even if the result is null, some elements are inserted by extjs.
html:Code:getClass: function(v, meta, data) { if (data.myDate < new Date()) return null; else return 'insert'; }
Code:<img alt="" src="data:image/gif;base64,R0lGODlhAQABAID/AMDAwAAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==" class="x-action-col-icon x-action-col-1 null">


Reply With Quote