Jan Tesař
Jan Tesař
The test doesn't pass, because it goes against the idea of `Toggleable`. https://github.com/Megabit/Blazorise/blob/f6d75dcb1c3932b697319d960cdd6e31b0340762/Tests/Blazorise.Tests/Components/DataGridDetailRowComponentTest.cs#L105 I am not sure what was the intention for `Toggleable`, but I would suspect it should prevents...
Yes, thank you for the intervention. > If toggleable is set to false, whenever you try to click on a row with customer age > 30 > - It should...
Hm, that might have sounded like I was "bashing" you for knowing "what’s actually going on." It's quite the opposite — I'm glad you shared your knowledge and took the...
Do you want to just upgrade the .NET9/8 template so it doesn't use the `_Host.cshtml` or should I revisit the template as whole? @stsrki I already see few flaws/possible improvements...
Can we upgrade the old structure which requires `nuget` cli to the new with `csproj` that works with `dotnet pack`?
Can you expand that technical reason?
nice one.. The pan functionality doesn't work on any of the charts in Blazorise. This appears to be a behavior (or bug?) of the Chart.js Zoom plugin or the library...
Yep. Will look into it.
Hmm. Ok, so now `Sources` are added alongside `Targets` and `Formats`. An `Exporter` is defined by these three components. - The `DataGridExporter` no longer exists. You can now export any...