3.4.0 • Published 6 days ago

@nebula.js/sn-table v3.4.0

Weekly downloads
14
License
MIT
Repository
-
Last release
6 days ago

sn-table

Table supernova for nebula.js

More specifics and information about the sn-table can be found in the Qlik developer portal.

Contribution

Information about developing and contributing can be found in our contribution guide.

Mashup Usage

Installing

If you use npm:

npm install @nebula.js/sn-table

Or without a build tool, You can also load the sn-table through the script tag from unpkg.

<script src="https://unpkg.com/@nebula.js/sn-table"></script>

Usage

import { embed } from '@nebula.js/stardust';
import table from '@nebula.js/sn-table';

// 'app' is an enigma app model
const nuked = embed(app, {
  types: [{ // register the table object
    name: 'table',
    load: () => Promise.resolve(table);
  }]
});

nuked.render({
  element,
  type: 'table',
});

Tutorial & Examples

Look into Build a simple mashup using nebula.js and Embed a visualization to learn more.

Check full examples of mashup usage for sn-table.

Visualization Extension Usage

Building and adding the sn-table extension to Qlik Sense

NOTE: at this point sn-table uses a package that require internal Qlik access. This means that external users cannot run pnpm install to install. The package in question will soon be public and thus enable all users to install and build. Until then, external users can revert to using version 1.21.0, which is the last version that works for everyone.

Install all dependencies:

pnpm install

Build a nebula.js visualization as a Qlik Sense extension:

pnpm build

Compress the generated 'sn-table-ext' folder into the 'application/zip' file format

Saas Edition of Qlik SenseQlik Sense EnterpriseQlik Sense Desktop
Copy sn-table-ext into https://your-tenant.us.qlikcloud.com/console/extensions/Copy sn-table-ext into Qlik Management Console (QMC)->ExtensionsCopy sn-table-ext into ..\Users\\Documents\Qlik\Sense\Extensions

API

The API can also be found in the Qlik developer portal

Package

namestatusdescription
sn-tablesn-table-statustable supernova for nebula.js

License

@nebula.js/sn-table is MIT licensed.

3.4.0

6 days ago

3.3.1

23 days ago

3.3.0

1 month ago

3.2.0

2 months ago

3.1.0

2 months ago

3.0.0

3 months ago

2.9.1

5 months ago

2.4.0

9 months ago

2.6.0

9 months ago

2.8.0

5 months ago

2.5.0

9 months ago

2.3.2

10 months ago

2.7.0

8 months ago

2.3.3

10 months ago

2.9.0

5 months ago

2.3.0

11 months ago

2.3.1

11 months ago

2.2.1

1 year ago

2.2.0

1 year ago

2.2.3

1 year ago

2.2.2

1 year ago

2.0.0

1 year ago

1.25.0

1 year ago

2.1.0

1 year ago

1.24.0

1 year ago

1.23.0

1 year ago

1.21.0

1 year ago

1.22.0

1 year ago

1.20.0

1 year ago

1.18.0

2 years ago

1.19.0

2 years ago

1.17.1

2 years ago

1.17.0

2 years ago

1.19.1

2 years ago

1.15.0

2 years ago

1.16.0

2 years ago

1.14.0

2 years ago

1.12.3

2 years ago

1.12.2

2 years ago

1.13.0

2 years ago

1.12.1

2 years ago

1.12.0

2 years ago

1.12.6

2 years ago

1.12.5

2 years ago

1.12.4

2 years ago

1.9.1

2 years ago

1.9.0

2 years ago

1.8.0

2 years ago

1.11.0

2 years ago

1.10.0

2 years ago

1.7.1

2 years ago

1.7.0

2 years ago

1.6.0

2 years ago

1.5.0

2 years ago

1.4.2

2 years ago

1.4.1

2 years ago

1.4.0

2 years ago

1.3.2

2 years ago

1.3.1

2 years ago

1.3.0

2 years ago

1.2.0

3 years ago

1.1.1

3 years ago

1.1.0-beta.3

3 years ago

1.1.0-beta.2

3 years ago

1.1.0-beta.1

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago

0.2.3

3 years ago

0.2.5

3 years ago

0.2.4

3 years ago

0.2.2

3 years ago

0.2.1

3 years ago

0.2.0

3 years ago

0.1.4

3 years ago

0.1.3

3 years ago

0.1.3-alpha.0

3 years ago

0.1.2

3 years ago