Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

sergionader's avatar

Vue grid component for grouping data (for using with a Laravel App)

Hello!

I need to show a tracking issue table that has projects and its issues. The idea is to group by projects:

Project 1
    issue 1, due date 1
    issue 2, due date 2
Project 2
    issue 3, due date 2
    issue 4, due date 3

Or by Due Date:

Due date 1
    issue 1, Project 1
Due date 2
    issue 2, Project 1
    issue 3,Project 2
Due date 3
    issue 4, Project 2

Or even by due date/project:

...
Due date 2
    Project 1
        Issues...
    Project 2
        issues...
...

The ideal situation is to allow the user to group/ungroup them dynamically.

Any suggestions for a good Vue plug-in/library?

Thanks!!!

0 likes
0 replies

Please or to participate in this conversation.