public function html () { return $this->builder () ->columns ($this->getColumns ()) ->addAction (['width' => '10%']) ->ajax ('') ->parameters ([ 'dom' => 'Bfrtip' , 'scrollX' => true , 'buttons' => [ [ 'extend' => 'collection' , 'text' => '<i class="fa fa-download"></i> Export' , 'buttons' => [ 'csv' , 'excel' , 'pdf' , ] , ] , 'colvis' ] ]); }
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community