Skip to content

[6.x] Listings #11868

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 9 commits into
base: ui
Choose a base branch
from
Draft

[6.x] Listings #11868

wants to merge 9 commits into from

Conversation

jasonvarga
Copy link
Member

@jasonvarga jasonvarga commented Jun 11, 2025

Where #11787 introduced a new way to create publish forms, this PR adds a new simplified way to create listings.

<Listing
    :url="requestUrl"
    :preferences-prefix="`collections.${collection}`"
    allow-bulk-actions
    v-model:columns="columns"
    v-model:sort-column="sortColumn"
    v-model:sort-direction="sortDirection"
    v-model:selections="selections"
>
    <Presets />
    <div class="flex items-center gap-3">
        <Search />
        <Filters />
        <ColumnPicker />
    </div>
    <Table />
</Listing>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant