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:
@@ -64,7 +64,8 @@ class CourseTable extends DataTableComponent
|
||||
Column::make("Tags")
|
||||
->label(
|
||||
fn($row, Column $column) => view('columns.courses.tags')->withRow($row)
|
||||
),
|
||||
)
|
||||
->collapseOnMobile(),
|
||||
Column::make("Termine")
|
||||
->label(
|
||||
fn($row, Column $column) => '<strong>'.$row->course_events_count.'</strong>'
|
||||
|
||||
Reference in New Issue
Block a user