Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Disabling help text to improve performance #794

Open
canaanmerchant opened this issue Dec 1, 2020 · 2 comments
Open

Disabling help text to improve performance #794

canaanmerchant opened this issue Dec 1, 2020 · 2 comments

Comments

@canaanmerchant
Copy link

When the page loads the help text gets loaded and splashes on the page before the rest of the script loads. This appears to be an issue on pages with more data.

Simply commenting out the text in the tablefilter.js file also got rid of the actual filters needed to search among the data. There doesn't appear to be anyway to disable it with the configuration options so the only work around is to just have a few results per page so the page loads faster but my users want to see as much of the data on one page as possible.

It'd be nice to reconfigure or disable the help text.

Image of what it looks like before the page fully loads.

https://imgur.com/a/fh6nIGS

@AdamPerlinski
Copy link

AdamPerlinski commented Dec 27, 2020

Hey mate,
I had similar problem, yet I found out you can use:
help_instructions: false
And it works.
Cheers.

@canaanmerchant
Copy link
Author

Thanks! Yes. Now it shows a "loading" text which helps. The overall script is the last thing to load which is annoying but it helps me focus on just that rather than the text.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants