New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

table-with-custom-col

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

table-with-custom-col

antd Table自定义列

  • 1.0.0
  • latest
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

antd Table自定义列

安装
   npm install 
使用方式
    <TableWithCustomCol
                customColKey="govern/fake?key=17&tab=check"   //作为localstorage的key值
                leftActionBtns={   // table上的左边的按钮
                  <div>
                    <Button type="primary" disabled={!selectedRowKeys.length} onClick={this.onBatchHandle}>
                      批量处理
                    </Button>
                    <Divider type="vertical" />
                    <Button type="primary" disabled={!selectedRowKeys.length} onClick={() => this.onBatchSign(selectedRowKeys)}>
                      批量标记
                    </Button>
                  </div>
                }
              >
              <Table 
               ....
               >
   </TableWithCustomCol>

FAQs

Package last updated on 08 Sep 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc