Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

react-table-global-search

NPM JavaScript Style Guide

Install

npm install --save @kvraamkey/react-table-global-search

Usage

import React, { Component } from 'react';
import { useTableSearch } from '@kvraamkey/react-table-global-search';

class Example extends Component {
  const { filteredData, loading } = useTableSearch({
    searchVal,
    retrieve: () => { `function be here to pass data `}
  });
  ...............
  ...............
}

Example

Check out with sample code

License

MIT ©

About

table global search with any react table package

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages