the-react-table

0.1.2 • Public • Published

Functionality

Interactive React UI data table component Screenshot -1

import  InputSuggestion  from  'inputbox-suggestion/dist';
....
data =["measure", "message", "machine"]
....
getCurrentVal = (curr) => this.setState({val : curr})
....
setValue = (inputVal) => this.setState({text : inputVal})
...
<InputSuggestion inputBoxValue={this.setValue} suggestions={data} />
...
<InputSuggestion  currentInputBoxValue={this.getCurrentVal} inputBoxValue={this.setValue} 
suggestionsStyle={{padding:'5%',borderBottom:'0.5px solid'}}
suggestions={data} />

Props Table

prop name functionality required/optional
suggestions Data in form of Array to show suggestion for input *required
inputBoxValue Return selected value of input box optional
currentInputBoxValue Return the current value of input box optional
suggestionsStyle Styles for suggestions optional

Installation

npm i inputbox-suggestion

Contributor(s)

Mohit Kapoor -@2cool2envy - kapoormohit01@gmail.com

Let's together make it more better

eMail : kapoormohit01@gmail.com

Dependents (0)

Package Sidebar

Install

npm i the-react-table

Weekly Downloads

1

Version

0.1.2

License

none

Unpacked Size

27.8 kB

Total Files

12

Last publish

Collaborators

  • 2cool2envy