| @@ 41-48 (lines=8) @@ | ||
| 38 | * |
|
| 39 | * @return \Yajra\Datatables\Html\Builder |
|
| 40 | */ |
|
| 41 | public function html() |
|
| 42 | { |
|
| 43 | return $this->builder() |
|
| 44 | ->columns($this->getColumns()) |
|
| 45 | ->ajax('') |
|
| 46 | ->addAction(['width' => '134px', 'className' => 'text-center']) |
|
| 47 | ->parameters($this->getBuilderParameters()); |
|
| 48 | } |
|
| 49 | ||
| 50 | /** |
|
| 51 | * Get columns. |
|
| @@ 81-88 (lines=8) @@ | ||
| 78 | * |
|
| 79 | * @return \Yajra\Datatables\Html\Builder |
|
| 80 | */ |
|
| 81 | public function html() |
|
| 82 | { |
|
| 83 | return $this->builder() |
|
| 84 | ->columns($this->getColumns()) |
|
| 85 | ->ajax('') |
|
| 86 | ->addAction(['width' => '110px']) |
|
| 87 | ->parameters($this->getBuilderParameters()); |
|
| 88 | } |
|
| 89 | ||
| 90 | /** |
|
| 91 | * Get columns. |
|
| @@ 71-78 (lines=8) @@ | ||
| 68 | * |
|
| 69 | * @return \Yajra\Datatables\Html\Builder |
|
| 70 | */ |
|
| 71 | public function html() |
|
| 72 | { |
|
| 73 | return $this->builder() |
|
| 74 | ->columns($this->getColumns()) |
|
| 75 | ->ajax('') |
|
| 76 | ->addAction(['width' => '104px', 'className' => 'text-center']) |
|
| 77 | ->parameters($this->getBuilderParameters()); |
|
| 78 | } |
|
| 79 | ||
| 80 | /** |
|
| 81 | * Get columns. |
|
| @@ 47-54 (lines=8) @@ | ||
| 44 | * |
|
| 45 | * @return \Yajra\Datatables\Html\Builder |
|
| 46 | */ |
|
| 47 | public function html() |
|
| 48 | { |
|
| 49 | return $this->builder() |
|
| 50 | ->columns($this->getColumns()) |
|
| 51 | ->ajax('') |
|
| 52 | ->addAction(['width' => '150px', 'className' => 'text-center']) |
|
| 53 | ->parameters($this->getBuilderParameters()); |
|
| 54 | } |
|
| 55 | ||
| 56 | /** |
|
| 57 | * Get columns. |
|
| @@ 54-61 (lines=8) @@ | ||
| 51 | * |
|
| 52 | * @return \Yajra\Datatables\Html\Builder |
|
| 53 | */ |
|
| 54 | public function html() |
|
| 55 | { |
|
| 56 | return $this->builder() |
|
| 57 | ->columns($this->getColumns()) |
|
| 58 | ->ajax('') |
|
| 59 | ->addAction(['width' => '104px']) |
|
| 60 | ->parameters($this->getBuilderParameters()); |
|
| 61 | } |
|
| 62 | ||
| 63 | /** |
|
| 64 | * Get columns. |
|