paulopmx / Flexigrid

Lightweight but rich data grid with resizable columns and a scrolling data to match the headers, plus an ability to connect to an xml/json based data source using Ajax to load the content.
689 stars 539 forks source link

Can`t hide Column headers #157

Open dainissilamikelis opened 6 years ago

dainissilamikelis commented 6 years ago

Any ideas how to solve this?

Using flexigrid in javascript colModel: [ colModel: [ { width: dimensions.header.colwidths[0], align: 'left', fixCol: true }, { width: dimensions.header.colwidths[1], align: 'left', fixCol: true } ], even without display : "smth' I get empty header field. Any ideas how to remove that header row?