0.0.33 • Published 3 months ago

@radar-azdelta/svelte-athena-search v0.0.33

Weekly downloads
-
License
-
Repository
github
Last release
3 months ago

@radar-azdelta/svelte-Athena-search

We have created a component where we can search the Athena database for concepts. The reason for this component is so we can use this in other projects where we need to search the Athena database. The layout is based on the design of the webtool from Athena so that the users will have a familiar experience. It uses the @radar-azdelta/svelte-datatable package, which is an easy to use and fast table component.

Features

  • Filter on domain, vocabulary, ...
  • Sorting
  • Filtering
  • Bind custom actions to rows
  • Can be used without configuration

Usage

Install the package

npm install @radar-azdelta/svelte-athena-search

Add the component to a Svelte page

<script lang="ts">
  import Search from '@radar-azdelta/svelte-Athena-search'
</script>

<Search />

Example

See the demo site

Manual

Properties

The Search component has the following optional properties

ValueDescriptionRequiredDefault
viewsCreate up to 2 extra screens to use in the Search componentno[]
globalFilterA filter to set on a specific columnno{ column: 'all', filter: undefined }
tableOptionsExtra options to give to the table (id, defaultColumnWidth, ...)noundefined
heightSet a certain height for the componentno100%
widthSet a certain width for the componentno100%
fontSizeSet a certain font size for all the text in the componentno10px
0.0.33

3 months ago

0.0.32

3 months ago

0.0.30

3 months ago

0.0.31

3 months ago

0.0.25

4 months ago

0.0.26

4 months ago

0.0.27

4 months ago

0.0.28

4 months ago

0.0.29

4 months ago

0.0.24

4 months ago

0.0.23

5 months ago

0.0.22

6 months ago

0.0.21

6 months ago

0.0.20

6 months ago

0.0.19

6 months ago

0.0.18

6 months ago

0.0.17

6 months ago

0.0.16

6 months ago

0.0.15

6 months ago

0.0.14

6 months ago

0.0.13

6 months ago

0.0.11

6 months ago

0.0.10

6 months ago

0.0.9

6 months ago

0.0.8

6 months ago

0.0.7

6 months ago

0.0.6

6 months ago

0.0.3

7 months ago

0.0.1

7 months ago