Hi.
I have a SharePoint list that contains a list of projects. There are 3 fields -> Project Name, Project URL and an Icon field containing an image. The number of rows in the list increases with each new project added.
I would like to display this list in a 10 x 10 grid (10 across by 10 down) type structure where the icon is centred in each item.
I have looked at SPServices and Knockout.js and Datatables and I can output the list items but I cannot display them in a grid type structure using Datatables.
Is this type of display structure possible with SharePoint list data?