bogdan / datagrid

Gem to create tables grids with sortable columns and filters
MIT License
1.02k stars 116 forks source link

Column style #203

Closed mario-amazing closed 7 years ago

mario-amazing commented 7 years ago

How to add style to the column like column(:id, header: '#', html: true, style: 'min-width: 41px;')?

bogdan commented 7 years ago

You should use the following pattern: https://github.com/bogdan/datagrid/wiki/Frontend#custom-options

Ask questions here if still unclear.