Posts by Augusto Junio • 31 points
4 posts
-
0
votes1
answer337
viewsA: How to use a Details-control inside another Details-control on a Datatable?
[Solved] after some tests discover that actually I was referencing the wrong table, each table and mounted with a different query, so is Ids are different! follows the source code below. CSS I…
laravel-5.8answered Augusto Junio 31 -
1
votes2
answers67
viewsA: How to format date field in datatables?
->editColumn('vencimento_titulo', function ($data) { return $data->vencimento_titulo->format('d/m/Y'); })
laravelanswered Augusto Junio 31 -
1
votes2
answers329
viewsA: how to change the date using datatables
->editColumn('created_at', function ($user) { return $user->created_at->format('d/m/Y'); }) If you are using the Laravel you can add editColumn that it already leaves the formatted…
answered Augusto Junio 31 -
0
votes1
answer337
viewsQ: How to use a Details-control inside another Details-control on a Datatable?
I’m making a dataTables to show the moving details of each batch that leaves the stock, my intention with the second dataTables and give a "explode" on each item to display the respective serial…
laravel-5.8asked Augusto Junio 31