Should reset button also refresh the pre-loaded results in data table along with its selected parameters
I'm working with large enterprise application, I've many different search parameters on top of the grid to search, and I've Reset and Search buttons below that,when user searches with certain fields, it returns available results under that in data table, Now according to the current behavior, when user clicks "Reset" button all filter parameters get set to its default as it should be but, pre-loaded results vanishes as well.
I think "Reset" button should only reset filter parameters until I click "Search" again with some other filters or may be keeping default filters, so results will only be refreshed by clicking "Search" button.
I would like to know what would be the better user experience in this scenario. Please share your thoughts on this.
Thanks in advance!