|
@@ -14,7 +14,7 @@ trait GridCreator
|
|
|
{
|
|
|
$primaryKey = $primaryKey ?: request('primary_key', 'id');
|
|
|
$fields = $fields ?: request('fields', []);
|
|
|
- $timestamps = $timestamps === null ? request('timestamps', true) : $timestamps;
|
|
|
+ $timestamps = $timestamps === null ? request('timestamps') : $timestamps;
|
|
|
|
|
|
$rows = [
|
|
|
"\$grid->{$primaryKey}->bold()->sortable();",
|