Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Lookup by column #25

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Lookup by column #25

wants to merge 1 commit into from

Conversation

m-ovs
Copy link

@m-ovs m-ovs commented Jul 30, 2021

Fixed bug.
It was not possible to use columns you want to search as a second argument in function lookUp() because next you are passing the keys of array you get to this function: this._dataset.lookUp(val, Utils._keys(cols))
But the second argument of function lookUp() is an array of key and the keys of array_of_keys are always numbers 0,1,2,etc

@vercel
Copy link

vercel bot commented Jul 30, 2021

This pull request is being automatically deployed with Vercel (learn more).
To see the status of your deployment, click below or on the icon next to each commit.

🔍 Inspect: https://vercel.com/ravid7000/table-sortable/H1yKyGBsHkGcaEusNZEfSnEnkcnH
✅ Preview: https://table-sortable-git-fork-movs21-lookupbycolumn-ravid7000.vercel.app

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants