Home › Forums › Guriddo jqGrid JS › Help › Formatter – Multiple Formats
Hi Tony,
Is it possible to add multiple formats to a column, for example: I would like to format the same column as both a “date” and a “showlink”. Any ideas?
Thanks!
Hello,
Put the logic in the custom formatter function
if(some_condition) {
// here format as date
} else {
// format as showlink
}
Stay connected with us in your favorite flavor!
Copyright 2014 TriRand LtdAll Rights ReservedRSS