mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig-portal.git
synced 2025-12-11 06:46:47 +00:00
responsive tables
This commit is contained in:
@@ -61,7 +61,8 @@ class MeetupTable extends DataTableComponent
|
||||
Column::make(__('Links'),)
|
||||
->label(
|
||||
fn($row, Column $column) => view('columns.meetups.action')->withRow($row)
|
||||
),
|
||||
)
|
||||
->collapseOnMobile(),
|
||||
];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user