@querry-kit/nuxt-ui GitHub

Composable table controls for Nuxt UI

@querry-kit/nuxt-ui adds accessible sorting, filtering, column preferences, search, and pagination while your application retains ownership of all table data and state.

Built for application-owned state

Every public component starts with Q. It emits immutable replacement values, so it can connect to any compatible table, query, or store.

  • Table toolbar composes breadcrumb, search, create actions, and controls.
  • Filtering and sorting edit Query Kit-compatible state with accessible Nuxt UI popovers.
  • Column preferences reorder, hide, and pin columns without a table-adapter dependency.
  • Pagination and text overrides provide a flexible page footer with English fallbacks and host-app customization.