Allow rows generated by list_items() to have "before_html" & "after_html" fields bound to columns

edited May 2012 in Feature Requests
What I'm thinking here is if you needed to insert, per row, a thumbnail stored in the table the list view is displaying, it would be possible to do so by sandwiching the column value with image and or link tags, or some other convention?

Comments

  • edited 1:33PM
    You can currently accomplish the need for adding additional HTML to your field values by overwriting the list_items method of your model to generate the necessary HTML for your thumbnails. Often times that just means looping through the returned data array and appending additional HTML to it. FUEL does this for the assets_model. Is that what you meant?
  • edited 1:33PM
    That's what i meant - I'd forgotten about the assets model
Sign In or Register to comment.