[GH-ISSUE #99] Lists ? #58

Closed
opened 2026-05-05 11:35:29 -06:00 by gitea-mirror · 6 comments
Owner

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 ?

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 ?
gitea-mirror 2026-05-05 11:35:29 -06:00
Author
Owner

@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).

<!-- gh-comment-id:386560580 --> @mischnic commented on GitHub (May 4, 2018): Currently it's not possible. Proton-native uses [libui-node](https://github.com/parro-it/libui-node) which in turn is a wrapper around [libui](https://github.com/andlabs/libui). libui will soon have "tables"(https://github.com/andlabs/libui/pull/343).
Author
Owner

@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?

<!-- gh-comment-id:422525326 --> @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?
Author
Owner

@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).

<!-- gh-comment-id:422527832 --> @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).
Author
Owner

@maciek134 commented on GitHub (Sep 18, 2018):

Right, I meant implement it in libui-node and then here.

<!-- gh-comment-id:422529806 --> @maciek134 commented on GitHub (Sep 18, 2018): Right, I meant implement it in `libui-node` and then here.
Author
Owner

@benbucksch commented on GitHub (Dec 7, 2019):

Here's how an email app without table widget with selection looks like: :-)
image

<!-- gh-comment-id:562823921 --> @benbucksch commented on GitHub (Dec 7, 2019): Here's how an email app without table widget with selection looks like: :-) ![image](https://user-images.githubusercontent.com/1907525/70370751-7b0b7e80-18cb-11ea-8383-2afbce5491e4.png)
Author
Owner

@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.

<!-- gh-comment-id:576029533 --> @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.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/proton-native#58
No description provided.