koalyptus
koalyptus
Hi @netniV, Don't hesitate to submit a PR following the [guidelines](https://github.com/koalyptus/TableFilter/blob/master/CONTRIBUTING.md#code-contribution). I agree the usage of `this.config` in the [tablefilter.js](https://github.com/koalyptus/TableFilter/blob/master/src/tablefilter.js#L2657) seems incorrect, the intention was probably to use `this.config()`. Cheers
Hi @cjohnsonuk, should be possible I will have a look.
tx @cjohnsonuk, I confirm it is a duplicate of #356, keeping this issue open as #356 is closed.
Hi @sandrotosi, have you tried to apply a 100% width to the table and a arbitrary fixed width for the `Bug No.` column?
`TableFilter` does not support this feature at the moment, that's why you don't see any setting or demo about it.
Not in the works yet, but the feature request is now captured.
Hi @stobor827, all the TableFilter codepens seem to have an issue at this stage as they return a `TableFilter is not defined` js exception. Have you tried locally? Please try...
Ok, in your scenario you simply need to tell TableFilter what is the reference row from which generate the filters, have a look to the following demo for more info:...
Hi @gerrycampion, Many thanks for reporting this bug, if you need a quick workaround while waiting for the fix, based on the 2nd table in your codepen, replace the configuration...
Unfortunately with the current sorting library this is not possible at this stage. I am planning to rewrite the sorting functionality in ES6, and that stage I will try to...