OOTB Filter option - How to get Enter key in Search text box to click the Apply button

Hi

I have the following requirement.

User tries to filter a column(Table component, OOTB filter option), adds the Search text, instead of clicking the Apply button to do the search, user wants to click ENTER button from the Search edit box so that table is refreshed as per search criteria.
I thought of Mimicing the Apply button code in Search textbox when enter key is clicked , but unable to do liveUI on the “Apply” button.
Can some one guide me how this “Apply” button is configured in the filter section? Also how can i achieve the above requirement?

Thanks in Advance

Hi @John Joseph ,

Trying to customize the search text will not work as the section is not auto generated but comes from an non-autogenerated section rule.

As per the latest accessibility guidelines, its not correct to have redundant actions on a single screen, hence the apply button as added which is accessible via Keyboard navigation.