Skip to content

Commit

Permalink
demo.js change
Browse files Browse the repository at this point in the history
  • Loading branch information
mbrn committed Jun 14, 2020
1 parent c17bbee commit 3b432ef
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions demo/demo.js
Original file line number Diff line number Diff line change
Expand Up @@ -105,11 +105,6 @@ class App extends Component {
data={this.state.data}
title="Demo Title"
options={{
fixedColumns: {
left: 2,
right: 0
},
tableLayout: 'fixed',
selection: true,
selectionProps: rowData => {
rowData.tableData.disabled = rowData.name === 'A1';
Expand All @@ -118,8 +113,6 @@ class App extends Component {
disabled: rowData.name === 'A1'
}
}


}}
editable={{
onRowAdd: newData =>
Expand Down

0 comments on commit 3b432ef

Please sign in to comment.