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

[FEATURE]: [Add the index to the cell function] #633

Closed
MGMike0 opened this issue Jul 24, 2020 · 2 comments
Closed

[FEATURE]: [Add the index to the cell function] #633

MGMike0 opened this issue Jul 24, 2020 · 2 comments
Labels
feature good first issue Good for newcomers

Comments

@MGMike0
Copy link

MGMike0 commented Jul 24, 2020

Feature Check list

  • [ +] Agree to the Code of Conduct
  • [ +] Read the README to ensure the feature is not already present
  • [ +] You read Creating Issues, Features and Pull Requests
  • [ +] Considered the value versus complexity for all users of the library as well as library maintenance
  • [+ ] Considered if this can be a storybook or documentation example

Is your feature request related to a problem? Please describe

I'm using the table, but we want to add the row number on the left of the table but there is no way to access this value.
It can also be used to call other information.

Describe the solution you'd like

The Cell function receives only the row value, but it can change to be (row, rowIndex)

Describe alternatives you've considered

Counting on my own, adding the row index to my data and try to update it every time new data is added.

Additional context

Add any other context or screenshots about the feature request here.

@jbetancur jbetancur added feature good first issue Good for newcomers labels Jul 28, 2020
@jbetancur
Copy link
Owner

jbetancur commented Jul 28, 2020

I think this should be easily possible - Ill add it as a feature. Can't promise a date but PR's are welcome 😉

@jbetancur
Copy link
Owner

#642

Implements rowIndex. on column: cell, selector and format

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants