Blacklist functionality
Some API improvements
This commit is contained in:
parent
c343e4efd3
commit
9203b5cee7
40 changed files with 726 additions and 398 deletions
|
@ -102,6 +102,10 @@ class Table extends Component {
|
|||
}
|
||||
|
||||
updateSelectInfo() {
|
||||
if (!this.jqSelectInfo) {
|
||||
return; // If the table is updated very quickly after mounting, the datatable may not be initialized yet.
|
||||
}
|
||||
|
||||
const t = this.props.t;
|
||||
|
||||
const count = this.selectionMap.size;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue