Skip to content

AliHashmi1993/fill-drop-down-by-column

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

author ali arif hashmi

fill-drop-down-by-column library

sample use

steps

1 install the library by using the command

2 use import statement in your desired component where you want to use this installed module:

example is given below like this :

import { DropDownValuesByColumn} from 'fill-drop-down-by-column';

3 by using the reference variable you can easily get the methods

example is given below like this :

var members = DropDownValuesByColumn.fillDropDownByName(1, "memberId", memberList);

4 example : first argument take the value, second argument takes the column name , third argument take the object list

var members = DropDownValuesByColumn.fillDropDownByName(1, "memberId", memberList);

5 enjoy !!!

About

you can fill the dropdown value by just assigning its column and its list.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published