In this post, I will guide you to use SearchBar in TableView when your development is based on Titanium. Keywords: Titanium, TableView, TableViewRow, SearchBar Step 1: Create a table view row datas for your content list. // create the rest of the rows var data = []; for (var c=0;c<rowCount;c++) { var row = Ti.UI.createTableViewRow(); row.backgroundImage = '../images/row_bg.png'; row.selected