You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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().
Describe the bug
Looking at the code, without doing an indepth review and breakdown test, there seems to be mixed using between
this.cfg
andthis.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.The text was updated successfully, but these errors were encountered: