Closed RobbieTheWagner closed 2 years ago
This requires manually updating the table rows with things like table.addRow when the data changes. This is a breaking change, since before it was possible to keep things in sync with magic two way binding.
table.addRow
This requires manually updating the table rows with things like
table.addRow
when the data changes. This is a breaking change, since before it was possible to keep things in sync with magic two way binding.