Skip to content

HxListLayout - Override NamedViewsTemplate #278

Answered by nironixon
nironixon asked this question in Q&A
Discussion options

You must be logged in to vote

Hi again,
I solved my problem going a different route;
I think I perhaps miss used the NamedViewsTemplate trying to make it do things it wasn't intended for.
Instead I used a much simpler solution as:

<h1>Profiler</h1>

<fieldset class="form-group border p-3">
    <div class="row">
        <div class="col d-flex justify-content-end">
            <div class="btn-toolbar" role="toolbar" aria-label="Toolbar with button groups">
                <div class="btn-group" role="group" aria-label="Third group">
                    <HxInputSwitch Label="Offices" @bind-Value="ShowOffices" CssClass="me-2"/>
                    <HxInputSwitch Label="Brokers" @bind-Value="ShowBrokers" CssClass="me-5"/>
…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@hakenr
Comment options

Answer selected by nironixon
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants