Demo update

pull/104/head
cagataycivici 2019-11-19 16:24:04 +03:00
parent 1d9516ee11
commit af526d3874
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@
<div class="content-section implementation"> <div class="content-section implementation">
<h3>Vertical</h3> <h3>Vertical</h3>
<DataTable :value="cars" :scrollable="true" scrollHeight="200px" :loading="loading" :resizableColumns="true" stateStorage="session" stateKey="dt-state-demo-session" columnResizeMode="expand"> <DataTable :value="cars" :scrollable="true" scrollHeight="200px" :loading="loading">
<Column field="vin" header="Vin"></Column> <Column field="vin" header="Vin"></Column>
<Column field="year" header="Year"></Column> <Column field="year" header="Year"></Column>
<Column field="brand" header="Brand"></Column> <Column field="brand" header="Brand"></Column>