mirror of
https://github.com/HolgerHatGarKeineNode/einundzwanzig-nostr.git
synced 2025-12-14 06:36:46 +00:00
🎨 style(EinundzwanzigPlebTable): change default sort direction from ascending to descending
This commit is contained in:
@@ -25,7 +25,7 @@ final class EinundzwanzigPlebTable extends PowerGridComponent
|
|||||||
|
|
||||||
public string $sortField = 'application_for';
|
public string $sortField = 'application_for';
|
||||||
|
|
||||||
public string $sortDirection = 'asc';
|
public string $sortDirection = 'desc';
|
||||||
|
|
||||||
public bool $multiSort = true;
|
public bool $multiSort = true;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user