Mark Bingham
Mark Bingham
In my use case I would like both fields to be available at the outset (fresh page load/create), but if one switch is enabled, then the other option should be...
Also worth noting that I have to use `dependsOn` and can’t use `trigger` as there are other fields that are impacted by these two switches
@LukeTowers each field has a complex knock-on effect depending upon selection, so I need a desc explaining each option. I think the radio selector might be my since it supports...
@danharrin added! https://github.com/filamentphp/filament/pull/12405
Yes, ideally it would retrieve the equivalent of a “SELECT DISTINCT” for the column. I would imagine that this would need to be a worksheet method, but a dashboard method...
Incredible. Yep, exactly, Field.getDomainAsync()!
> In general, any new functionality we've added to the Extensions API will make it to the Embedding API where appropriate Music to my ears 👏
Wow this is a great request, would love to get access to this info!
@illonage yep! Somewhat similar, I’d like to be able to read all of the settings that someone has set up inside Tableau so my app can detect the set behavior....
You can sort of retrieve permissions via the REST API, but it requires three API calls (view/workbook/project). I've submitted an idea over here to try and see if the JS...