Merge branch 'master' of github.com:tinper-bee/bee-table
This commit is contained in:
commit
3e5338d9ff
|
@ -60,7 +60,7 @@ const data = [ ...new Array(1000) ].map((e, i) => {
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|
||||||
class Demo30 extends Component {
|
class Demo34 extends Component {
|
||||||
|
|
||||||
constructor(props) {
|
constructor(props) {
|
||||||
super(props);
|
super(props);
|
||||||
|
@ -93,4 +93,4 @@ class Demo30 extends Component {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
export default Demo30;
|
export default Demo34;
|
||||||
|
|
Loading…
Reference in New Issue