Power-Components / livewire-powergrid

⚡ PowerGrid generates modern, powerful and easy-to-customize data tables using Laravel Livewire.
https://livewire-powergrid.com
MIT License
1.41k stars 206 forks source link

Initial Multi Column Sorting on Mulitple Columns #1593

Open lgastmans opened 2 weeks ago

lgastmans commented 2 weeks ago

⚡ PowerGrid ⚡ Feature Request

The initial sort of the table can be set using:

public string $sortField = 'column_name';
public string $sortDirection = 'asc';

But I would like to have the initial sort on multiple columns, where the columns are related, as in:

public string $sortField = 'collection_number, families.name, genuses.name';
public string $sortDirection = 'asc';