tonipepperoni

Results 8 comments of tonipepperoni

something like that would be cool. i think it would need to return: total, perPage, page, lastPage and have different pagination modes depending on type of connection. I'll see what...

regarding pagination you can maybe get around this by simply setting a model with an attribute which identifies it as a Paginator Model. Then simply ORM create instead of ORM...

A few other things. - should have a flag which simply does vuex orm .create() instead of a .insert() (would solve pagination) - should change schema so inputs are named...

Maybe the ideal option is in your is to have a connection setting which eagerloads such relations by default. This issue with create and insert is probably because create only...

for pivots -> refers to store models where the primary key is a combination of 2 foreign keys (usually)

@phortx maybe if you want it to be really simple then you could have a flag in the vuex-orm model itself like createOnly = true; but I think the problem...

I think just making another action instead of fetch is sufficient. I just made my own action. which does a Store.createData