diff --git a/bun.lockb b/bun.lockb index 64a2ae3..4dbd9f1 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/package.json b/package.json index 9bfc0c6..79e250a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bb-component-SuperTable", - "version": "2.0.38-alpha", + "version": "2.0.39-alpha", "description": "A Fully Customizable Budibase Table Component", "author": "Michael Poirazi", "license": "MIT", diff --git a/schema.json b/schema.json index ea26db7..9aac109 100644 --- a/schema.json +++ b/schema.json @@ -29,6 +29,11 @@ "key": "row", "type": "object" }, + { + "label": "Hovered Row", + "key": "hoveredRow", + "type": "object" + }, { "label": "Rows", "key": "rows", diff --git a/src/Component.svelte b/src/Component.svelte index 036e40c..50851f7 100644 --- a/src/Component.svelte +++ b/src/Component.svelte @@ -35,7 +35,9 @@
- - - + {#key $component.children} + + + + {/key}