mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-28 21:19:37 +08:00
loading should be in remote mode
This commit is contained in:
parent
30efa794d7
commit
9b8abb2199
@ -457,7 +457,7 @@ var AntTable = React.createClass({
|
||||
let data = this.getCurrentPageData();
|
||||
let columns = this.renderRowSelection();
|
||||
let classString = '';
|
||||
if (this.state.loading && this.isLocalDataSource()) {
|
||||
if (this.state.loading && !this.isLocalDataSource()) {
|
||||
classString += ' ant-table-loading';
|
||||
}
|
||||
if (this.props.size === 'small') {
|
||||
|
Loading…
Reference in New Issue
Block a user