@kizmann/nano-ui 0.7.6 → 0.7.7

Sign up to get free protection for your applications and to get access to all the features.
@@ -821,7 +821,7 @@
821
821
  <n-table-column label="ID" type="string" prop="id" :breakpoint="1300"></n-table-column>
822
822
  </n-table>
823
823
 
824
- <n-table v-model:items="virtualTree" :render-expand="true" :item-height="36" style="margin-top: 30px; min-height: 500px;">
824
+ <n-table v-model:items="virtualTree" :draggable="false" :render-expand="true" :item-height="36" style="margin-top: 30px; min-height: 500px;">
825
825
  <n-table-column label="Label" type="string" prop="label"></n-table-column>
826
826
  <n-table-column v-model="treeSelect" label="Select" type="select" :allow-uncheck="true" :fixed-width="120">
827
827
  <template v-slot:default="{ item }"></template>