ngx-tableview
TypeScript icon, indicating that this package has built-in type declarations

1.0.0-beta.2 • Public • Published

ngx-tableview

Configuration

{
  title: <string>,
  class: <string>,
  options: {
    refresh: <boolean>,
    projection: <boolean>,
    pagination: <boolean>
  },
  filters: [{
    id: <string>,
    title: <string>,
    type: <string>,
    default: <boolean>,
    items: <Map<string, string>>,
    operation: <Map<string, string>>,
    multi: <boolean>,
    range: <boolean|array>
  }],
  columns: [{
    id: <string>,
    title: <string>,
    class: <string>,
    sort: <boolean>,
    default: <boolean>
  }],
  projection: [<string>]
}

Package Sidebar

Install

npm i ngx-tableview

Weekly Downloads

1

Version

1.0.0-beta.2

License

MIT

Unpacked Size

643 kB

Total Files

53

Last publish

Collaborators

  • errohitagg