Closed shoxious closed 5 days ago
v2.x
i add the default table but have another styling. how can i fix this?
` <UTable v-model:expand="expand" class="w-full" :loading-state="{ icon: 'i-heroicons-arrow-path-20-solid', label: 'Loading...' }" :progress="{ color: 'primary', animation: 'carousel' }" :rows="people" :columns="columns"
`
Actually it is styled. You may not know that the default HTML table is like this:
Use ui prop to custom table's style as you want.
ui
For what version of Nuxt UI are you asking this question?
v2.x
Description
i add the default table but have another styling. how can i fix this?
` <UTable v-model:expand="expand" class="w-full" :loading-state="{ icon: 'i-heroicons-arrow-path-20-solid', label: 'Loading...' }" :progress="{ color: 'primary', animation: 'carousel' }" :rows="people" :columns="columns"