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
There is no [lazyLoadOnInit] boolean input in the component.
In the p-table component, there is a flag for [lazyLoadOnInit] which is useful so as to not make double calls when unnecessary. p-dataView is missing that property- it would be really useful if you could add this.
Is your feature request related to a problem?
p-dataView is making an unnecessary backend call. This can of course be prevented, but having a lazyLoadOnInit flag would be the easiest way.
Describe the solution you'd like
Addition of a lazyLoadOnInit to the p-DataView.
Describe alternatives you have considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered:
Describe the feature you would like to see added
There is no [lazyLoadOnInit] boolean input in the component.
In the p-table component, there is a flag for [lazyLoadOnInit] which is useful so as to not make double calls when unnecessary. p-dataView is missing that property- it would be really useful if you could add this.
Is your feature request related to a problem?
p-dataView is making an unnecessary backend call. This can of course be prevented, but having a lazyLoadOnInit flag would be the easiest way.
Describe the solution you'd like
Addition of a lazyLoadOnInit to the p-DataView.
Describe alternatives you have considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: