Skip to content

Getting a row field by name #1

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

Open
minicooper666 opened this issue May 23, 2018 · 0 comments
Open

Getting a row field by name #1

minicooper666 opened this issue May 23, 2018 · 0 comments

Comments

@minicooper666
Copy link

minicooper666 commented May 23, 2018

Hello!

Is there a way to get the rows' values by name, not by id?

From the examples:

function onEach(row) {
                rows.push(row);
                console.log(row[1]['value']); // here I'd like to get a row's field #1 (e.g. 'id_template') directly.
            }
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

No branches or pull requests

1 participant