AllowAlternatingRows

Hi @Djordje,

That looks like a glitch in the Fluent theme. You can use the following CSS until we fix it:

<style>
    :root {
        --rz-grid-stripe-odd-background-color: var(--rz-base-50);
    }
</style>