User Management Table
ProData table with search, role filter, Alpine row selection, and pagination.
Preview
Installation
php artisan ui:add pro/blocks/admin/user-management-table
Pro block
Pro blocks require an active license. Authenticate once, then install:
php artisan ui:auth
Usage
Render the block as a component, passing data where useful:
<x-blocks.admin.user-management-table />
Built from primitives
<x-ui.*>
Semantic tokens
Re-themeable
RTL-ready
This block composes installed <x-ui.*> primitives and semantic design
tokens only — it does not reimplement any primitive. Re-theme it (light, dark, admin, customer) by
editing CSS variables; flip the preview to RTL to confirm it mirrors.
Source
The exact, editable file ui:add writes
into your app. The preview above renders this same source — there are no preview-only blocks.
Changelog
User Management Table ships as a Pro block. See the site changelog for the full release history.