ducksboard / gridster.js

gridster.js is a jQuery plugin that makes building intuitive draggable layouts from elements spanning multiple columns
http://gridster.net/
MIT License
6.03k stars 1.2k forks source link

Styling the grid so it looks like fixed width columns #368

Open andieje opened 10 years ago

andieje commented 10 years ago

Hello

I am trying to evaluate if gridster is suitable for a project I am working on so I need to know if it is capable of certain things. I will post each issue indivudally so as not be overwhelming

2.I would like to style the grid by making it look like it is a set of fixed width columns. I believe this is possible by making sure all the grid elements are the same width and changing the background colour. However is it possible to a header to the columns in the grid or would that have to be done outside the grid?

Thank you in advance for any help you can give me on this issue. Your expertise is particularly valued as I am new to jquery and find it hard to test out these things myself