Skip to content

Commit

Permalink
Remove filter
Browse files Browse the repository at this point in the history
  • Loading branch information
cagataycivici committed Dec 4, 2018
1 parent b64a595 commit c91a114
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/showcase/datatable/DataTableSelectionDemo.js
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ export class DataTableSelectionDemo extends Component {
<DataTable value={this.state.cars} header="Single Selection" footer={this.displaySelection(this.state.selectedCars3)}
selection={this.state.selectedCars3} onSelectionChange={e => this.setState({selectedCars3: e.value})}>
<Column selectionMode="multiple" style={{width:'3em'}}/>
<Column field="vin" header="Vin" filter/>
<Column field="vin" header="Vin" />
<Column field="year" header="Year" />
<Column field="brand" header="Brand" />
<Column field="color" header="Color" />
Expand Down

0 comments on commit c91a114

Please sign in to comment.