Open didix16 opened 2 years ago
@didix16 I've forked and updated it to Nova 4, with some styling "improvements".
composer require sfinktah/nova4-liveupdate
@didix16 I've forked and updated it to Nova 4, with some styling "improvements".
composer require sfinktah/nova4-liveupdate
Hi! Is there any way to update field which is related to another? I have resource Player, which has on index view some data from Tracking model, which is related by hasMany ($this->trackings->sampleData). I would like edit sampleData field on Player index view. Is it possible?
@philipbaginski Not without writing some custom code, AFAIK. It's an interesting idea, and might be possible in a future version -- though I'm not the author :)
Hi, any plan to update for nova 4 ?