have i try update my table using “loadData”, but not update row headers ,how do i update row headers?
sorry my English.
You can use updateSettings method like so
instance.updateSettings({
rowHeaders: new_header_array
})
1 Like
thank you , this working.
Great. Thank you for confirmation.