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

User friendly Api for DataTable that is abstracted away from internal construct #1300

Open
2 tasks
naleeha opened this issue Apr 19, 2024 · 0 comments
Open
2 tasks

Comments

@naleeha
Copy link
Contributor

naleeha commented Apr 19, 2024

Feature Request

Description of Problem:

Currently VUU app developer have to use low level API which can result in incorrect use & require look up of example or understanding of the VUU table.
Common use cases include

  • adding row
  • getting row based on filter condition

Potential Solutions:

Worth introducing public api that has user friendly table functions?
table.addRow(key, data)
table.Where(filterFunction).getRows()

Tasks

  1. server
    chrisjstevo
@naleeha naleeha changed the title User friendly api for using datatable User friendly Api for DataTable that is abstracted away from internal construct Apr 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: 📋 Backlog
Development

No branches or pull requests

1 participant