koalyptus / TableFilter

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

col_n not working #642

Closed allanbrito90 closed 6 years ago

allanbrito90 commented 6 years ago

I'm trying to put this col_n, but it's not working. In a 10 columns table, if I put col_1: 'select', the table only show an empty select type column and hide column 2, column 3 etc.

I am defining in this way :

var filtersConfig = { col_1: 'select' }; var tf = new TableFilter('demo', filtersConfig);

And the result is this.

screenshot from 2018-09-03 16-00-09

Can someone help me? Thanks in advance.

allanbrito90 commented 6 years ago

The problem was solved. I was using a wrong tablefilter.js version of file. Thanks