feat(all): add searchText to TableView#14317
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.
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.