import React from 'react'; import './FixedColumnTable.css'; function fixCls(c) { return c.fixed ? 'kole-fixed kole-fixed-' + c.fixed : ''; } export default function FixedColumnTable({ data = [], columns = [] }) { return (
| {c.title} | ))}
|---|
| {row[c.key]} | ))}