Field Labels
Field Labels
I have done this before, but I have forgotten how..
I have a "status" field in my db that is an 'int'. On the Editor modal and bubble edit it shows my label "active | inactive", however I'd like to display that on the page that displays the table.
Can someone remind me how to accomplish this?
This question has an accepted answers - jump to answer
This discussion has been closed.
Answers
this is my current setup..
}(jQuery));
A renderer is what you want here. Simply have it return the value you want based on the underlaying data.
Allan
are there any examples of what I am trying to accomplish?
I read thru that page and didn't really see anything that does what I'm looking for. I could be dumb. ;)
Allan
Oh.. simple.. Thanks Allan