Data view coloring (every second row) #1014

This commit is contained in:
SPRINX0\prochazka
2025-01-27 09:32:17 +01:00
parent 81ad7eac62
commit a1db648318
4 changed files with 47 additions and 9 deletions

View File

@@ -146,6 +146,19 @@ ORDER BY
defaultValue="50"
/>
<FormSelectField
label="Row coloring mode"
name="dataGrid.coloringMode"
isNative
defaultValue="36"
options={[
{ value: '36', label: 'Every 3rd and 6th row' },
{ value: '2-primary', label: 'Every 2-nd row, primary color' },
{ value: '2-secondary', label: 'Every 2-nd row, secondary color' },
{ value: 'none', label: 'None' },
]}
/>
<div class="heading">SQL editor</div>
<div class="flex">