mirror of
https://github.com/kusti8/proton-native.git
synced 2026-05-15 14:15:50 -06:00
[GH-ISSUE #99] Lists ? #58
Labels
No labels
bug
documentation
enhancement
libui issue
pull-request
question
wait for libui implementation
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/proton-native#58
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @jbrodriguez on GitHub (May 3, 2018).
Original GitHub issue: https://github.com/kusti8/proton-native/issues/99
How to render something similar to a React Native's FlatList/ListView ?
@mischnic commented on GitHub (May 4, 2018):
Currently it's not possible.
Proton-native uses libui-node which in turn is a wrapper around libui. libui will soon have "tables"(https://github.com/andlabs/libui/pull/343).
@maciek134 commented on GitHub (Sep 18, 2018):
@kusti8 since libui has tables now (https://godoc.org/github.com/andlabs/ui#Table) should I implement this using them, or are we waiting for some other implementation in there?
@mischnic commented on GitHub (Sep 18, 2018):
You can't implement them directly in proton-native, they need to be in libui-node first (work has started in https://github.com/parro-it/libui-napi/tree/tables).
@maciek134 commented on GitHub (Sep 18, 2018):
Right, I meant implement it in
libui-nodeand then here.@benbucksch commented on GitHub (Dec 7, 2019):
Here's how an email app without table widget with selection looks like: :-)

@kusti8 commented on GitHub (Jan 19, 2020):
Proton Native V2 is now released! If the issue still occurs in the new update, please open a new issue.