Mokatchi
SoftDeletes
I'm using SoftDeletes on my model, and I'm using tabs (all, active, archived) on the resource list, on my db I have 33 entries ( 2 with deleted_at not null). The issue that I don't understand is why when I click on the 'all' tab I got only 31 entries (the deleted ones are excluded) and when I click on 'archived' tab I didn't get any entry (even there are 2 entries on my db).
Do anyone has an idea about this issue?
49 replies
How to make stat widget vertical
I have 3 widgets (Stats, chart and table) on the same column and I have stats widget that contains 3 stats (as shown in the red rectangular), so I want to make the stats widget vertical (one under the other). How can I do it?
13 replies
AttachAction in relationManager
I have a question about a situation I'm encoutring on my project. I have a PartnersRelationManager into my projectResource, I'm using create action if there are no partners to attach and then I show the attach btn. But what I really want, is to add a create btn in the attachAction, so I can create a new partner if I didn't find the exact partner to attach from the select list.
Any ideas??
Thank you
21 replies