Exist "loadData" for row headers?

Tags: #<Tag:0x00007f8b25fd7598>

have i try update my table using “loadData”, but not update row headers ,how do i update row headers?
sorry my English.

Hey @marciliojr.farias

You can use updateSettings method like so

instance.updateSettings({
 rowHeaders: new_header_array
})
1 Like

thank you , this working.

Great. Thank you for confirmation.