1
0
mirror of https://github.com/garraflavatra/rolens.git synced 2025-07-20 22:48:02 +00:00

Striped grid

This commit is contained in:
2023-01-18 14:15:54 +01:00
parent 57ac72af5d
commit 82c30f7772
5 changed files with 23 additions and 16 deletions

View File

@ -74,6 +74,7 @@
{#if host && connection}
<Grid
striped={false}
columns={[ { key: 'id' }, { key: 'collCount', right: true } ]}
items={Object.keys(connection.databases).map(dbKey => ({
id: dbKey,