Hooks 使用Formily-ProTable <个人记录>
简单的使用
import React, {
useRef} from 'react';
import type {
FormInstance } from 'antd';
const [params, setParams] = useState<any>()
const formRef = useRef<FormInstance>();
<ProTable
bordered={
true}
sticky={
{
offsetHeader: 48 }}
toolbar={
{
multipleLine: false,
filter