-
Notifications
You must be signed in to change notification settings - Fork 431
Closed
Description
My column setting are these:
columns = {
dataField: 'inexistentField',
text: "Obj state",
formatter: (cell, obj) => {
console.log('Obj -> ', obj); // Only executed when on table change function is executed by table
}
}
Table does not update when I call my tableChange function (one that is passed down to onTableChange) externally (not using one of the page buttons).
When I click on any sortable column, content generated by formatter function changes normally. If data changes a lot (for instance, with different number of elements) table works fine. I've debugged with React Dev Tools and my state and table props are correct.
Version bootstrap-table: 1.3.0
Metadata
Metadata
Assignees
Labels
No labels