mirror of
https://repository.entgra.net/community/device-mgt-core.git
synced 2025-10-06 02:01:45 +00:00
Changes as per the React development guidelines. (Changed the file extensions to JSX)
This commit is contained in:
parent
b70bf91f3a
commit
a2e2abc7db
@ -77,7 +77,6 @@ class DataTable extends Component {
|
|||||||
this.props.handleRowClick(id);
|
this.props.handleRowClick(id);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
render() {
|
render() {
|
||||||
const {data, headers} = this.state;
|
const {data, headers} = this.state;
|
||||||
|
|
||||||
@ -111,9 +110,7 @@ class DataTable extends Component {
|
|||||||
</TableBody>
|
</TableBody>
|
||||||
</Table>)
|
</Table>)
|
||||||
}
|
}
|
||||||
|
|
||||||
return (<div>{noDataContent}</div>);
|
return (<div>{noDataContent}</div>);
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
Loading…
Reference in New Issue
Block a user