ui icon indicating copy to clipboard operation
ui copied to clipboard

Expose the type `Column` from the table

Open Barbapapazes opened this issue 1 year ago • 1 comments

Description

Hello 👋,

Do you think it could be possible to export the type Column, https://github.com/nuxt/ui/blob/dev/src/runtime/components/data/Table.vue#L121?

Additional context

No response

Barbapapazes avatar Jun 14 '24 13:06 Barbapapazes

I have the same need. Until it is available you can get it with :

type Columns = InstanceType<typeof Table>['$props']['columns']

Baloche avatar Jul 16 '24 08:07 Baloche

This issue is stale because it has been open for 30 days with no activity.

github-actions[bot] avatar Oct 17 '24 01:10 github-actions[bot]

Fixed by https://github.com/nuxt/ui/commit/c36964b5eacbd61a661f02953f0297a390fd1d34.

benjamincanac avatar Nov 05 '24 15:11 benjamincanac