ilyosjon
Rendering summaries row on top
I am using Table widget to generate a simple report on a custom page. The report may have lots of rows thus showing summaries row on the top would be helpul to get information faster. Is there a way to acheive this?
2 replies
Using DB facade inside a Table Widget
I wanted to show some data not related to a single Eloquent modes in a Table Widget and provided my query using DB facade inside Table Widget's query() method but it turns out that the query method only accepts \Illuminate\Database\Eloquent\Builder. Is it possible to pass base query builder object?
6 replies