Media list view is a widget that displays a list of complex data like products, services, users, etc. It contains an image and some text information.
MediaList Example
Choose between the Standard default mode or Dynamic (virtual list).
The Dynamic mode is powered by the Virtual List component that lets you display large amount of data on a single screen.
With the Virtual List mode, you can also implement a search by adding a Medialist Search Bar Widget to your page and link it to the medalist.
Note :
When you change the mode to Dynamic, TB will create automatically a JSON from the medalist data file in the js/json folder of the project.
Choose here the image size and use the checkbox “Circle Images” if you want to display rounded circle images.
Choose between the default view (100% width), Inset (Centred with left and right margins) or Table Inset (Same as Inset, but only on large devices).
Use + and - buttons to add or remove Lines to the Media List View.
Note :
The MediaList item list accepts pictures drag&drop from the desktop.
The title of the line.
The Subtitle of the line.
The description text of the line.
Allow you to define the action associated.
The action triggered when the user click on the button.
An optional text that will be displayed at the right side of the line.
An optional text for a Badge that will be displayed at the right side of the line.
You can choose a color theme for that badge.
An optional text for a Badge that will be displayed at the right side of the line. You can choose a color theme for that badge.
An image that will be displayed at the left side of the line.
...