Hi
I looking to create a table to format some data. The data is being pulled from a database.
On a full screen I may be able to have upto 10 columns per row, but if the screen size is reduced then the number of columns will be reduced.
So is it possible to create a table (or grid) that will resize based on how big the screen is. ( having to do a refresh wouldn't be an issue)
The columns that can't de displayed on the first row would need to overflow to the new row etc..
Any ideas ?
Thanks 🙂