Using a modal to add new row to data-table

I am using data-table in my dash application and would like for a user to be able to add a new row. Instead of simply enter the data in table, I’d like to implement dcc modal that accepts data from the user and renders it in a data-table.

Does data-table support this operation?