0.0.32 • Published 4 years ago

@brunolr22/vue-table-dynamic-with-slot v0.0.32

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

vue-table-dynamic-with-slot

This repo is a modification of original with slot capability. Example:

<vue-table-dynamic-with-slot :params="params" @select="onRowChecked" @select-all="onAllRowChecked" ref="table">
  <template slot-scope="param" slot="column" v-if="param.table.rowIndex == 10 && param.table.index > 0">
    <span class="edit-icons">
      <h3>{{param.table.data}}</h3>
    </span>
  </template>
  <template slot-scope="param" slot="column" v-else>
    {{ param.table.data }}
  </template>
</vue-table-dynamic-with-slot>
0.0.31

4 years ago

0.0.32

4 years ago

0.0.3

4 years ago

0.0.1

4 years ago

0.0.2

4 years ago

0.3.1

4 years ago