How To Show Icon/Images In DataTable
How To Show Icon/Images In DataTable
![motionpotion](https://secure.gravatar.com/avatar/fa0f637d34fad97ec673d1da9e7373d8/?default=https%3A%2F%2Fvanillicon.com%2Ffa0f637d34fad97ec673d1da9e7373d8_200.png&rating=g&size=120)
Hi.
I am trying to display a list of applications that will be displayed with clickable icons/images using DataTables. The list will be driven from a SharePoint list. The image icon will be 114 x 114 pixels and I want to format the grid in a 8 x 8 formation using CSS etc.
Will it possible to show an image/icon in the list and format the grid in this way?
I am trying to display a list of applications that will be displayed with clickable icons/images using DataTables. The list will be driven from a SharePoint list. The image icon will be 114 x 114 pixels and I want to format the grid in a 8 x 8 formation using CSS etc.
Will it possible to show an image/icon in the list and format the grid in this way?
This discussion has been closed.
Replies
Sure - do it in just the same way as you would with any other HTML table :-). The whole basis for DataTables is that it is there to enhance a regular HTML table.
Allan