MCPcopy Create free account
hub / github.com/AllenFang/react-bootstrap-table / cleanSortInfo

Method cleanSortInfo

src/store/TableDataStore.js:118–120  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

116 }
117
118 cleanSortInfo() {
119 this.sortList = [];
120 }
121
122 setSelectedRowKey(selectedRowKeys) {
123 this.selected = selectedRowKeys;

Callers 1

BootstrapTable.jsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected