skinnybrit51 / editable-grid

Bootstrap grid with CRUD functionality.
MIT License
30 stars 4 forks source link

Dynamic Column Widths #106

Open FriendOfTheNight opened 5 years ago

FriendOfTheNight commented 5 years ago

Is there no way to leave the column widths dynamic? I am populating the grid dynamically with an existing spreadsheet so it will fill out no matter how many columns there are. But I don't want every column width to be (100 / columnCount) + '%' as some don't need the space. If I put in an empty string the body table looks good but the header table columns don't match up.