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
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
The reason will be displayed to describe this comment to others. Learn more.
@cagataycivici
Would like to see sortField set to the one defined in the template on reset as well.
Alternative way would be to have an options passed as parameter to reset(), with options containing properties targeting every setter on reset method.
With existing table version, to reset a sortfield, the property will have to explicitly called by accessing from ViewChild, however it would trigger a lazy load event (if set by default) everytime, the same can be obviated if there is a handle through reset().
81021e7
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@cagataycivici
Would like to see sortField set to the one defined in the template on reset as well.
Alternative way would be to have an options passed as parameter to reset(), with options containing properties targeting every setter on reset method.
With existing table version, to reset a sortfield, the property will have to explicitly called by accessing from ViewChild, however it would trigger a lazy load event (if set by default) everytime, the same can be obviated if there is a handle through reset().
Would appreciate your reply on the same.