Skip to content

Commit

Permalink
revert bigint test (ID (wrapped bigint) test will be stronger)
Browse files Browse the repository at this point in the history
  • Loading branch information
mvorisek committed Jun 18, 2024
1 parent 399ebaf commit 9d89ce3
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions demos/collection/tablefilter.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,6 @@
'type' => 'boolean',
]);

$model->addExpression('bigint', [
'expr' => $model->expr('[' . $model->getIdField()->shortName . ']'),
'type' => 'bigint',
]);

$grid->setModel($model);
$grid->addFilterColumn();

Expand Down

0 comments on commit 9d89ce3

Please sign in to comment.