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