Matthew Parker

Results 12 comments of Matthew Parker
trafficstars

I've managed to work around for now, but its not elegant. in my view model I can listen for when it gets attached to the view (I am using Stylet...

Figured this made a better reply than a second edit to the above. I've hacky-fixed both issues by changing one line to the code I posted above - instead of...

- Can be used on a static SSR page with no interactivity mode set without any side effects or loss of functionality - If it can be used for a...

SimpleTable looks like it would work perfectly fine with static SSR. `MudTable` on the other hand would be reduced functionality - it renders correctly etc, but anything like sorting columns,...

Yes I agree with the above statements - and apologies I thought I had posted this in the MudBlazor repo sorry, too many tabs open last night! :P

> Users should mange expectation though. MudBlazor uses a minimal amount of JS because it's a Blazor library. In general we wont adding lots of JS to try to make...

+1, Would love to use this for remembering visibility personally. As a workaround, I will be creating my own context menu rather than the menu from `ShowMenuIcon`, and displaying /...

Encountering this issue also - Removing the Submit button isn't great as we rely on that for its intended use. As in, we would lose other functionality we intend to...

This would be useful for us, we are currently achieving the same by performing multiple mutations within a stored proc, but using DAB straight would be preferable longer term :)...