Hiding a specific row from user view dash datatable

Hi,
I want to hide a specific row index from the dash data table. For the hiding column, “hidden_column” is available. Is there a way to do that to a specific row?

Did you ever figure out a way to do this? I can hid the contents of the row(s) but the TR still takes up space in the dom. So, I end up with blank space between rows.

See if you can do with conditional formatting.
Conditional Formatting | Dash for Python Documentation | Plotly