mirror of
https://github.com/HolgerHatGarKeineNode/einundzwanzig-nostr.git
synced 2025-12-14 06:36:46 +00:00
✨ feat(tables): remove multiSort option and add association_status to PlebTable
This commit is contained in:
@@ -27,7 +27,6 @@ final class EinundzwanzigPlebTable extends PowerGridComponent
|
||||
|
||||
public string $sortDirection = 'desc';
|
||||
|
||||
public bool $multiSort = true;
|
||||
|
||||
public function setUp(): array
|
||||
{
|
||||
@@ -93,6 +92,7 @@ final class EinundzwanzigPlebTable extends PowerGridComponent
|
||||
$model->npub,
|
||||
) . '">Nostr Profile</a>',
|
||||
)
|
||||
->add('association_status')
|
||||
->add(
|
||||
'association_status_formatted',
|
||||
fn(EinundzwanzigPleb $model)
|
||||
|
||||
Reference in New Issue
Block a user