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

improve setRowData(index! , row!) to remove index dependency #184

Closed
hyyan opened this issue Oct 11, 2019 · 0 comments
Closed

improve setRowData(index! , row!) to remove index dependency #184

hyyan opened this issue Oct 11, 2019 · 0 comments
Assignees
Labels
Area: Core BBj The issues is related to the central BBj code Change: Minor Needs less than 64 lines change Priority: Medium The issue will be seen by about half of users. Type: Enhancements Iterations on existing features or infrastructure
Milestone

Comments

@hyyan
Copy link
Member

hyyan commented Oct 11, 2019

The Resultset has a method called indexOf , we should remove the dependency on index

setRowData(row!) 
@hyyan hyyan added Area: Core BBj The issues is related to the central BBj code Priority: Medium The issue will be seen by about half of users. Type: Enhancements Iterations on existing features or infrastructure Change: Minor Needs less than 64 lines change labels Oct 11, 2019
@hyyan hyyan self-assigned this Oct 11, 2019
@hyyan hyyan added this to the Writing API milestone Oct 11, 2019
hyyan added a commit that referenced this issue Mar 4, 2020
@hyyan hyyan closed this as completed in ad2f058 Mar 4, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area: Core BBj The issues is related to the central BBj code Change: Minor Needs less than 64 lines change Priority: Medium The issue will be seen by about half of users. Type: Enhancements Iterations on existing features or infrastructure
Projects
None yet
Development

No branches or pull requests

1 participant