In the example provided below, I am able to add a new row, show confirmation of new record submitted, and delete row. If I start searching for a user in the table and there are no results, the table goes away, which is expected behavior. While there are no records displaying because of the search, if I click “Add New Row”, I can’t see that row added until I clear the search.
My goal is to click “Add New Row” and simultaneously clear the search so the table will display with the new empty row.
This demo shows how far I’ve gotten with it, but I need help finishing it up.