From b9d910844a810c68a293810d65db2416a5e6c3e3 Mon Sep 17 00:00:00 2001 From: poirazis Date: Sun, 13 Oct 2024 16:46:38 +0300 Subject: [PATCH] 2.0.38-alpha --- package.json | 2 +- src/Component.svelte | 2 +- src/supertable.css | 397 +++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 399 insertions(+), 2 deletions(-) create mode 100644 src/supertable.css diff --git a/package.json b/package.json index 36c6a9e..9bfc0c6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bb-component-SuperTable", - "version": "2.0.37-alpha", + "version": "2.0.38-alpha", "description": "A Fully Customizable Budibase Table Component", "author": "Michael Poirazi", "license": "MIT", diff --git a/src/Component.svelte b/src/Component.svelte index 653cd32..036e40c 100644 --- a/src/Component.svelte +++ b/src/Component.svelte @@ -1,7 +1,7 @@