antd-table-with-search

0.1.2 • Public • Published

Antd Table Search

Antd Table Search is a React component library built for Ant Design (antd) table that enables global search functionality when allowGlobalSearch is set to true. This package provides a simple and convenient way to enhance your Ant Design tables with global search capabilities.

Installation

You can install Antd Table Search via npm or yarn:

npm install antd-table-with-search
# or
yarn add antd-table-with-search

Usage

Here's how you can use HelloWorld in your React project:

import React from 'react';
import CustomTable from 'antd-table-with-search';

const dataSource = /* your data source */;
const columns = /* your column configuration */;

const App = () => {
  return (
    <div>
      <HelloWorld dataSource={dataSource} columns={columns} allowGlobalSearch={true} />
    </div>
  );
};

export default App;

Additional Props

allowGlobalSearch: boolean

Readme

Keywords

none

Package Sidebar

Install

npm i antd-table-with-search

Weekly Downloads

1

Version

0.1.2

License

none

Unpacked Size

39 kB

Total Files

21

Last publish

Collaborators

  • imnayakshubham