-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
feat(all): add searchText to TableView #14317
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
base: main
Are you sure you want to change the base?
Conversation
|
@hbugdoll maybe you have an idea here: 8a9789d#diff-091b65382eb52bdd5bea8e4e965d65b6e044cac879d9e10104ac7a68e18868a8R1605-R1616 I want to use You can can the example from the first comment and click on the "search: hide0" button. It should only show "hide0" fields after that. But it is still showing all of them. |
|
@m1ga It took me a while to understand this monster class ( You're right, the index is built correctly. Currently, a |
|
Adding an additional check of
Note: After setting Simulator.Screen.Recording.-.iPhone.16e.-.2025-11-14.at.17.24.34.mov |
|
Thank you for the feedback. Don't have my mac with me at the moment but I'll test it beginning of next week! |
…m-sdk into androidTableSearch
|
Thanks again @hbugdoll ! Working fine. I've also updated the example in my first comment so it is using your code. |
| [searchView](Titanium.UI.TableView.searchView) property is set. Used in conjunction with | ||
| the [title](Titanium.UI.TableViewRow.title) property of the TableViewRow. | ||
| type: String | ||
| platforms: [android, iphone, ipad] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
macos?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
not tested that's why I didn't include it there. I don't have any setup to check it
Will add
searchText(like in ListView, took the code parts from those files) to the TableView so you can search for rows.