07-22-2021, 10:34 PM
Well, saving the table is pretty easy:
spt.table.save_changes()
If this is called instead of changing the row/cell color, it will save. It does update the row, so some performance would be impacted in its current implementation.
spt.table.save_changes()
If this is called instead of changing the row/cell color, it will save. It does update the row, so some performance would be impacted in its current implementation.