-
Notifications
You must be signed in to change notification settings - Fork 105
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
(perf): use flatEntityAccess for the majority of our grids #1039
Comments
I'll tackle this issue. I'll also work on adding:
|
Sounds good to me. I think that |
If I understand |
I had thought there was a directive you had to add to the grid to hook into
the events - briefly checking out the documentation it doesn't look like it.
…On 13 December 2016 at 11:02, Jonathan Niles ***@***.***> wrote:
If I understand ngTouch correctly, we will add it to the entire
repository. Is there something I am missing?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#1039 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ACtnnJ3Qi9LixVllDQ9TZe6AUohQpE_hks5rHm1LgaJpZM4LItzM>
.
|
This commit changes the majority of the ui-grids to use `flatEntityAccess` and `fastWatch` where possible. This includes all of the registries. It also adds the `ngTouch` module for better behavior on mobile. Closes Third-Culture-Software#1039.
This commit changes the majority of the ui-grids to use `flatEntityAccess` and `fastWatch` where possible. This includes all of the registries. It also adds the `ngTouch` module for better behavior on mobile. Closes Third-Culture-Software#1039.
This commit changes the majority of the ui-grids to use `flatEntityAccess` and `fastWatch` where possible. This includes all of the registries. It also adds the `ngTouch` module for better behavior on mobile. Closes #1039.
This commit changes the majority of the ui-grids to use `flatEntityAccess` and `fastWatch` where possible. This includes all of the registries. It also adds the `ngTouch` module for better behavior on mobile. Closes Third-Culture-Software#1039.
This commit changes the majority of the ui-grids to use `flatEntityAccess` and `fastWatch` where possible. This includes all of the registries. It also adds the `ngTouch` module for better behavior on mobile. Closes Third-Culture-Software#1039.
One useful performance increase might be to enabled
flatEntityAccess
for the majority of our grids, particularly the registries. Since we are not mutating data at all in these pages, there is no need to do large , nested traversals of the dataset.Reference Documentation.
The text was updated successfully, but these errors were encountered: