1.0.1 • Published 3 years ago

@fortit/fwc-data-table v1.0.1

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
3 years ago

<fwc-data-table> Published on npm

Installation

npm i @fortit/fwc-data-table

Example usage

Standard

<script type="module">
  import {DataTable} from '@fortit/fwc-data-table';

  export class MyDataTable extends DataTable {
    ...
  }
</script>

API

Slots

None

Properties/Attributes

None

Methods

NameDescription
setData<T>(datas: T[]) => voidSet an array of items to render the table.
sort(field: string) => voidSorting items at the specific column.
setFilter(field = '', value = '') => voidFilter items at the specific column.

Events

None

Additional references

1.0.1

3 years ago

1.0.0

3 years ago

0.1.26

3 years ago

0.1.25

3 years ago

0.1.24

3 years ago

0.1.23

3 years ago

0.1.22

3 years ago

0.1.21

3 years ago

0.1.20

3 years ago

0.1.19

3 years ago

0.1.18

3 years ago

0.1.17

3 years ago

0.1.16

3 years ago

0.1.15

3 years ago

0.1.14

3 years ago

0.1.13

3 years ago

0.1.11

3 years ago

0.1.10

3 years ago

0.1.8

3 years ago

0.1.6

3 years ago

0.1.5

3 years ago

0.1.4

3 years ago

0.1.3

3 years ago

0.1.2

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago