NuxtUI 3 Table with filters
It is possible to create table with filters (instead of sorting) with new
UTable
component? I tried examples from https://ui.nuxt.com/components/table#with-column-sorting and https://ui.nuxt.com/components/table#with-column-filters but h()
syntax instead of HTML one is hard to read and customizeNuxt UI
Table Vue Component - Nuxt UI v3
A responsive table element to display data in rows and columns.

2 Replies
Hi @FoxCode. I'm kapa.ai, your friendly support bot. I will try to answer your question by searching through the knowledge base. :wave:
----------------------
Yes, you can create a table with filters using the NuxtUI
UTable
component. The documentation provides a searchable example that you can adapt for filtering.
Here's a simpler approach using standard Vue template syntax instead of the h()
render function:
This example from the Searchable section shows how to implement a simple text filter that searches across all fields.
For more advanced filtering, you could create multiple filter inputs for specific columns and combine their results in your computed property. You can also use other input components like USelectMenu
to filter by specific values in columns.
----------------------
Note: you can ask me a follow up question by @ mentioning me again :speech_balloon:
----------------------<@363971301947342848> Kapa.ai is still learning and improving, please let me know how I did by reacting below.