nuxt / ui

A UI Library for Modern Web Apps, powered by Vue & Tailwind CSS.
https://ui.nuxt.com
MIT License
4.11k stars 543 forks source link

I have no styling at the default UTable #2667

Closed shoxious closed 5 days ago

shoxious commented 5 days ago

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"

` Image

huongphamx commented 5 days ago

Actually it is styled. You may not know that the default HTML table is like this: Image

Use ui prop to custom table's style as you want.