1.1.4 • Published 3 months ago

@jswork/next-ant-column v1.1.4

Weekly downloads
1
License
MIT
Repository
-
Last release
3 months ago

next-ant-column

Ant table coumn for next.

version license size download

installation

npm install -S @jswork/next-ant-column

usage

import '@jswork/next-ant-column';

// use multiple args
get fields() {
  return [
    nx.antColumn('ID', 'id'),
    nx.antColumn('用户名', 'username'),
  ]
}

// or use an array
get fields() {
  return nx.antColumn([
    { title: 'ID', key: 'id' },
    { title: '昵称', key: 'nickname' },
    { title: '头像', key: 'avatar' }
  ]);
}

license

Code released under the MIT license.

1.1.4

3 months ago

1.1.3

4 months ago

1.1.2

4 months ago

1.1.1

8 months ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

3 years ago

1.0.0

3 years ago