Create Laravel CRUD Column Sorting with Inertia and Vue

Laravel creates a Vue admin panel from scratch — Part 4

Balaji Dharma
Dev Genius
Published in
5 min readJul 27, 2022

--

Column Sorting with Inertia and Vue

We have created our first Vue CRUD in the last two parts. We almost completed the permission CRUD except for Column sorting and authorization. In this part going to implement the sort functionality.

--

--