mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig-portal.git
synced 2025-12-11 06:46:47 +00:00
subquery
This commit is contained in:
@@ -18,7 +18,7 @@ class MeetupTable extends DataTableComponent
|
|||||||
public function configure(): void
|
public function configure(): void
|
||||||
{
|
{
|
||||||
$this->setPrimaryKey('id')
|
$this->setPrimaryKey('id')
|
||||||
->setDebugEnabled()
|
//->setDebugEnabled()
|
||||||
->setAdditionalSelects(['id', 'slug'])
|
->setAdditionalSelects(['id', 'slug'])
|
||||||
->setThAttributes(function (Column $column) {
|
->setThAttributes(function (Column $column) {
|
||||||
return [
|
return [
|
||||||
|
|||||||
Reference in New Issue
Block a user