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

binding.StringListList #1853

Open
AlbinoGeek opened this issue Jan 23, 2021 · 0 comments
Open

binding.StringListList #1853

AlbinoGeek opened this issue Jan 23, 2021 · 0 comments
Labels
Data binding Issue related to bug or improvement of data binding enhancement New feature or request

Comments

@AlbinoGeek
Copy link
Contributor

Is your feature request related to a problem? Please describe:

The current implementation of Table likens itself to the data type [][]string
At the moment, I must update my slices then call .Refresh() manually on the Table.

Is it possible to construct a solution with the existing API?

Compatible, but new binding type.

Describe the solution you'd like to see:

Now that we have data binding and binding.StringList (essentially a []string) -- why not have a binding.StringListList which internally represents a [][]string for use with Tables and other 2D data.

@andydotxyz andydotxyz added the enhancement New feature or request label Jan 26, 2021
@andydotxyz andydotxyz added this to the Aberlour (next release) milestone Jan 26, 2021
@andydotxyz andydotxyz added the blocker Items that would block a forthcoming release label Aug 27, 2021
@andydotxyz andydotxyz removed the blocker Items that would block a forthcoming release label Sep 9, 2021
@Bluebugs Bluebugs added the Data binding Issue related to bug or improvement of data binding label Mar 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Data binding Issue related to bug or improvement of data binding enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants