laravel-datatables icon indicating copy to clipboard operation
laravel-datatables copied to clipboard

jQuery DataTables API for Laravel

Results 169 laravel-datatables issues
Sort by recently updated
recently updated
newest added

how we can get with params in laravel blade ???? any example I'm not using dataTable class.

question

### Summary of problem or feature request I want to do a search with relationships. I am getting data to search from form to controller, I need to process it...

question

@yajra , can I ask some help how to use in vue.js ? index.blade ``` Create Name ``` this is my getdata.js ``` new Vue({ el:'#app', created: function () {...

question

Hi @yajra I would love to see the CascadePanes option supported. While SearchPane Total Counts are working well, users expect their selections to be cumulative/cascade/self filter. Thanks

enhancement

is it possible to order columns by date? I added a **editColumn**-function, where I format the date for my timezone ('d.m.Y'). Unfortunatley the sorting order is wrong, because laravel-datatables sorts...

question
need feedback

### Summary of problem or feature request dataTable - addColumn with sorting. ### Code snippet of problem ``` public function dataTable($query) { $dataTable = new EloquentDataTable($query); $columns = array_column($this->getColumns(), 'data');...

Hi friends. I Use Yajra/laravel-datatable to datatable server side and datatables searchbuilder extension for serverside filter. And this work correctly. But how to add a relationship field to searchbuilder. For...

SearchBuilder is new extension and really good. Can we add support this ?

enhancement
Hacktoberfest

Hard Limit in Config (for Pagination) Part 1 > Part 2 is in laravel-datatables-html https://github.com/yajra/laravel-datatables-html/pull/156