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

TableView in ExampleApp #312

Open
easiwriter opened this issue Jun 15, 2024 · 1 comment
Open

TableView in ExampleApp #312

easiwriter opened this issue Jun 15, 2024 · 1 comment

Comments

@easiwriter
Copy link

Suddenly the ExampleApp won't build because it can't find TableView. Where is it because I can't find it.

@rajdeep
Copy link
Owner

rajdeep commented Jun 17, 2024

TableView class is located here: https://github.com/rajdeep/proton/blob/main/Proton/Sources/Swift/Table/TableView.swift

Please note that this is a new implementation of the existing GridView class located here:
https://github.com/rajdeep/proton/blob/main/Proton/Sources/Swift/Grid/View/GridView.swift

The difference is that TableView is virtualized where as GridView is not.

Example app uses TableViewCommand to create the Table/Grid. It is still being worked on so if you need to look at previous version, you may look at the history of this file and use a previous version to see how GridView was used.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants