/* eslint-disable no-console,func-names,react/no-multi-comp */ import Table from '../index' import '../assets/index.less' const { ColumnGroup, Column } = Table const data = [ { a: '123', key: '1' }, { a: 'cdd', b: 'edd', key: '2' }, { a: '1333', c: 'eee', d: 2, key: '3' }, ] export default { render () { return (

JSX table

Bazingakkkk Operations} scopedSlots= { { render: () => Operations } } >
) }, }