v1.0.8
This commit is contained in:
@@ -0,0 +1,40 @@
|
||||
<template>
|
||||
<div class="animated fadeIn">
|
||||
|
||||
<b-row>
|
||||
<b-col lg="6">
|
||||
<c-table caption="<i class='fa fa-align-justify'></i> Simple Table"></c-table>
|
||||
</b-col><!--/.col-->
|
||||
|
||||
<b-col lg="6">
|
||||
<c-table striped caption="<i class='fa fa-align-justify'></i> Striped Table"></c-table>
|
||||
</b-col><!--/.col-->
|
||||
</b-row><!--/.row-->
|
||||
|
||||
<b-row>
|
||||
<b-col lg="6">
|
||||
<c-table small caption="<i class='fa fa-align-justify'></i> Condensed Table"></c-table>
|
||||
</b-col><!--/.col-->
|
||||
|
||||
<b-col lg="6">
|
||||
<c-table fixed bordered caption="<i class='fa fa-align-justify'></i> Bordered Table"></c-table>
|
||||
</b-col><!--/.col-->
|
||||
</b-row><!--/.row-->
|
||||
|
||||
<b-row>
|
||||
<b-col sm="12">
|
||||
<c-table hover striped bordered small fixed caption="<i class='fa fa-align-justify'></i> Combined All Table"></c-table>
|
||||
</b-col>
|
||||
</b-row>
|
||||
</div>
|
||||
|
||||
</template>
|
||||
|
||||
<script>
|
||||
import cTable from './Table.vue'
|
||||
|
||||
export default {
|
||||
name: 'tables',
|
||||
components: {cTable}
|
||||
}
|
||||
</script>
|
||||
Reference in New Issue
Block a user