UNPKG

vue-virtualized-table-booway

Version:

The second version of implementation of `vue-virtual-table` component, it was inspired from [rc-table](https://github.com/react-component/table) and [ant-table](https://ant.design/components/table), API design is 60%+ consistent. Or you could think I tran

9 lines (7 loc) 190 B
/* Forked from ant-design-vue 💖 */ /* eslint-disable vue/require-default-prop */ import { ColumnProps } from './interface' export default { name: 'TableColumn', props: ColumnProps }