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

Set option/flag to allow/disallow cached requests #55

Open
aaronfischer opened this issue Jul 14, 2016 · 1 comment
Open

Set option/flag to allow/disallow cached requests #55

aaronfischer opened this issue Jul 14, 2016 · 1 comment

Comments

@aaronfischer
Copy link
Contributor

No description provided.

@aaronfischer
Copy link
Contributor Author

@morgan So one of the initial reasons we are making the request each time is to always reset and show the default state.

For example, we can probably implement some kind of cacheRequest property that when set will not make a request on initialization of the component and just serve up the cached table data. Perfect!

The caveat to this is what if the user filtered the results then transitioned away from the component and transitioned back, the table would show whatever "state" the component was in, so it would show the filtered results. (but would not actually show the active filter input pre-populated because the showFilterRow property defaults to false...)

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

No branches or pull requests

1 participant