How To Show Icon/Images In DataTable

How To Show Icon/Images In DataTable

motionpotionmotionpotion Posts: 2Questions: 0Answers: 0
edited May 2012 in General
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?

Replies

  • allanallan Posts: 63,542Questions: 1Answers: 10,476 Site admin
    > Will it possible to show an image/icon in the list and format the grid in this way?

    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
  • motionpotionmotionpotion Posts: 2Questions: 0Answers: 0
    Thanks for replying Allan. I went ahead and did it since posting this earlier. Works nice except for the 8 x 8 grid. Any ideas/examples of how to display in that type of grid formation?
This discussion has been closed.