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
{{ message }}
This repository has been archived by the owner on Dec 23, 2017. It is now read-only.
At the moment, all the widgets on a given page either load data from the API server-side, or start loading on the client upon page load. This means we're often loading far more data than the user is likely to look at. We should load data only when necessary (e.g., when the user clicks to the relevant tab or pane). I'm planning to implement this once the latest batch of features is merged in, especially asset splitting, as described in https://github.com/18F/openFEC/issues/908.
The text was updated successfully, but these errors were encountered:
Add the `onShow` helper, which creates a one-time event listener to do
some work when the specified tab is selected. Also add the
`initTableDeferred` helper, which defers table initialization until the
parent tab is displayed.
[Resolvesfecgov#345]
[Resolvesfecgov#359]
At the moment, all the widgets on a given page either load data from the API server-side, or start loading on the client upon page load. This means we're often loading far more data than the user is likely to look at. We should load data only when necessary (e.g., when the user clicks to the relevant tab or pane). I'm planning to implement this once the latest batch of features is merged in, especially asset splitting, as described in https://github.com/18F/openFEC/issues/908.
The text was updated successfully, but these errors were encountered: