@@ -62,10 +62,10 @@ |
||
62 | 62 | { |
63 | 63 | return [ |
64 | 64 | Column::computed('action') |
65 | - ->exportable(false) |
|
66 | - ->printable(false) |
|
67 | - ->width(60) |
|
68 | - ->addClass('text-center'), |
|
65 | + ->exportable(false) |
|
66 | + ->printable(false) |
|
67 | + ->width(60) |
|
68 | + ->addClass('text-center'), |
|
69 | 69 | Column::make('id'), |
70 | 70 | Column::make('add your columns'), |
71 | 71 | Column::make('created_at'), |