TableFilter icon indicating copy to clipboard operation
TableFilter copied to clipboard

this.cfg vs this.config

Open netniV opened this issue 4 years ago • 2 comments

Describe the bug Looking at the code, without doing an indepth review and breakdown test, there seems to be mixed using between this.cfg and this.config, the coding style should be consistent to prevent issues. For example, I'm pretty sure this is why the style_path and stylesheet overrides I tried to use failed to work and my browser was constantly trying to use the default path for the stylesheet.

netniV avatar Sep 20 '21 12:09 netniV

Hi @netniV,

Don't hesitate to submit a PR following the guidelines. I agree the usage of this.config in the tablefilter.js seems incorrect, the intention was probably to use this.config().

Cheers

koalyptus avatar Sep 21 '21 10:09 koalyptus