@antd-vc/pro-table
TypeScript icon, indicating that this package has built-in type declarations

0.0.1 • Public • Published


@antd-vc/pro-table

  • 🔥 Written in TypeScript & jsx
  • 🔥 使用typescript和jsx开发
  • ⚠️ For personal learning purposes only, please do not use in production environments.
  • ⚠️ 仅供个人学习使用,请勿在生产环境中使用

友情链接

📦 安装

pnpm i @antd-vc/pro-table

🔨 示例

import { ProTable } from "@antd-vc/pro-table";

<ProTable
  params={params}
  request={async (
    params: T & {
      pageSize: number;
      current: number;
    },
    sort,
    filter,
  ) => {
    const msg = await myQuery({
      page: params.current,
      pageSize: params.pageSize,
    });
    return {
      data: msg.result,
      success: boolean,
      total: number,
    };
  }}
/>;

引入样式:

import "@antd-vc/pro-table/es/style.css";

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
0.0.12latest

Version History

VersionDownloads (Last 7 Days)Published
0.0.12
0.0.1-alpha.130
0.0.1-alpha.120
0.0.1-alpha.110
0.0.1-alpha.100
0.0.1-alpha.90
0.0.1-alpha.80
0.0.1-alpha.71
0.0.1-alpha.60
0.0.1-alpha.50
0.0.1-alpha.40
0.0.1-alpha.30
0.0.1-alpha.20
0.0.1-alpha.10

Package Sidebar

Install

npm i @antd-vc/pro-table

Weekly Downloads

3

Version

0.0.1

License

none

Unpacked Size

21.5 kB

Total Files

22

Last publish

Collaborators

  • liujiayii