v0.2.3
Added sub components.
For use default style you can add this line of code in main.js file (or alternatives)
import @bitthecat/tailwind-vue-data-table/dist/app.css';
You can change the style of table overwrite this css class
.tv-table {
}
.tv-thead {
}
.tv-th {
}
.tv-tbody {
}
.tv-tr {
}
.tv-td {
}
.tv-tfoot {
}