Hide Action Buttons for New Row

Ah got it, yes definitely something to avoid :sweat:

Have you had any luck using the Custom CSS mentioned above? You might also try something like the following:

#table-YOUR_TABLE_ID_HERE .ReactTable.table-floating-row ._r9YaM{
 visibility: hidden;
 /*display: none;*/
}