1.0.0 • Published 4 years ago

@feizheng/next-ant-column v1.0.0

Weekly downloads
1
License
MIT
Repository
-
Last release
4 years ago

next-ant-column

Ant table coumn for next.

installation

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

usage

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

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

4 years ago