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 538 forks source link

default th width #74

Closed skinofstars closed 11 years ago

skinofstars commented 11 years ago

Default header column width so the layout doesn't break if a width isn't provided.

paulopmx commented 11 years ago

Thanks @skinofstars

makc commented 10 years ago

Might be unrelated to this, but if I do "zero-setup" call to flexigrid on my tables in bootstrap tabs, I get this:

screen shot 2014-07-01 at 13 47 17

makc commented 10 years ago

Yeah, right, does not work without absolute widths, even with absolute widths still can't handle margins, and when I did something to hide horizontal scrollbar, headers no longer correspond to column widths. Sigh...