feat(tables): remove multiSort option and add association_status to PlebTable

This commit is contained in:
fsociety
2024-10-07 14:07:25 +02:00
parent 15f391cd47
commit c0040e3527

View File

@@ -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)