Adam Driscoll
Adam Driscoll
The problem is that the data grid doesn't know the full set of options. I actually think it used to work as you were describing but, if for example, the...
We are able to filter the whole grid since we are receiving the values from the end user. Since we don't know how to query the backend data, we can't...
This won't make it in v5. I don't want to introduce another DB at this time. If the PostgreSQL driver works, that'd be great. Spanner does have an EF provider...
Yeah. It would be possible to produce this plugin yourself. We can make sure that gets documented. We are looking at making a NuGet package for this kind of this....
We have had users request it work this way so we will have to make it a setting you select. That said, I agree that removing it from scripts.ps1 manually...
@JessePeden - https://github.com/ironmansoftware/powershell-universal/issues/4212 - I agree. I made this issue a while back but it didn't make it into a release yet.
That back button is for browser page navigation and not table paging. The table paging buttons are on the bottom of the page. That said, we probably could get it...
I no longer see the issue with the admin console backing out of the app so I will close this.
I can't reproduce this. Can you check the system log to see if there were any exceptions?
Thanks. That's helpful. I added some error handling for this code path and fixed the UI behaving like that. It will display an error message instead. That said, I'm not...