How to combine images of multiple records into one table row?
How to combine images of multiple records into one table row?
I'm using Datatables for a "classic view" on my records, and it's working great!
Now I'd like to implement another view on those records, some kind of overview by just showing an image per record, but I'd like to have multiple images per row.
Thus I need to know how to combine multiple records in one table row. I plan to implement a tooltip function to display record details when the user enters the image representing a record.
I would like to do this using Datatables (and not any other JQuery plugin) because I want to use the sorting/filtering features of Datatables.
Any ideas / hints how to implement this?