In Editor, is it possible to have two database fields from a join combine to display in one column?
Example: a join on a user table that has a firstname and lastname put together in one column as fullname?
This question has an accepted answers - jump to answer
Yes, use columns.render like in this example.
columns.render
Allan
Yes, thanks Allan, I have it working.
It looks like you're new here. If you want to get involved, click one of these buttons!
Answers
Yes, use
columns.renderlike in this example.Allan
Yes, thanks Allan, I have it working.