innoboxrr-vue-datatable 1.2.18 → 1.2.19

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "innoboxrr-vue-datatable",
3
- "version": "1.2.18",
3
+ "version": "1.2.19",
4
4
  "description": "Datatable para vue3",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -1,8 +1,8 @@
1
1
  <template>
2
2
 
3
- <div class="relative sm:rounded-lg">
3
+ <div class="relative sm:rounded-lg overflow-x-auto">
4
4
 
5
- <table class="w-full text-sm text-left text-slate-500 dark:text-slate-400 p-4">
5
+ <table class="min-w-full w-full text-sm text-left text-slate-500 dark:text-slate-400 p-4 ">
6
6
 
7
7
  <thead
8
8
  v-if="showTableHeader"