Datatable : onLazyLoad event fire twice when "first" property is different from 0 #3399
Labels
Type: Bug
Issue contains a bug related to a specific component. Something about the component is not working
Milestone
I'm submitting a ... (check one with "x")
Current behavior
When I defined "first" property to a value different from 0, onLazyLoad event is fired twice. Indeed, event is fired on ngOnInit and on the set of "first" property when value is différent from 0.
Expected behavior
Event onLazyLoad should fire once even if "first", "order", "filter" properties are initialized with a value different from defaults.
Please tell us about your environment:
The text was updated successfully, but these errors were encountered: