Anyone used a carousel within a datatable.
Anyone used a carousel within a datatable.
classic12
Posts: 228Questions: 60Answers: 4
in DataTables
I have images and videos that I would like to show in a carousel.
Is it possible to use render to populate a carousel. So instead of the client having to scroll down a cell then can use the carousel.
Any ideas or links appreciated please.
Cheers
Steve Warby
This discussion has been closed.
Answers
Yes it should be possible. Use the
display
type incolumns.render
to return the required HTML for whatever carousel you want to use and then probably usecreatedRow
to initialise its Javascript.Allan