koalyptus / TableFilter

A Javascript library making HTML tables filterable and a bit more :)
https://www.tablefilter.com
MIT License
324 stars 95 forks source link

Column width #732

Closed noudess closed 5 years ago

noudess commented 5 years ago

I can get everything to work except column width. If I edit your examples to change column with, it works. When I try myself on my page, it does not.

Always get columns of the same width, which all have ample left/right padding.

I cannot figure this out.

The table_props structure is working, other props take effect. But nothing shy of a syntax error impacts col_width...

noudess commented 5 years ago

alternate rows also fails to color alternate rows.