B4J Question Search a tableview - ThRuST    Jan 24, 2018 but that didn't solve it.
Public TmpList As List
Public ListIndex As Int = 0
Public TableView As TableView
TmpList.Initialize
Sub SearchDocuments
If TextboxDocuments.Text = "" Then...I need help to modify this code so that the match is case Independent. For example when searching... B4J Question is there any snippet for tableview with search and pagination? - Erel (first post)    May 18, 2018   (1 reaction) The TableView should just show the items returned from the database (with a limit to avoid loading too many items). The search and pagination should be implemented as SQL queries.... B4J Question TableView - find row index - atiaust (first post)    Mar 24, 2017 That fixed it.
Thanks
One day I'll understand how it all works......... B4J Question Where can I find a TableView control? - Erel (first post)    Aug 20, 2018   (2 reactions) Change ExecuteTableView code to:
#if UI
Public Sub ExecuteTableView(SQL As SQL, Query As String, St... B4J Question Search field on a Tableview - Erel (first post)    May 11, 2017   (1 reaction) I am surprised I did not find it searching the forums. How should I have searched for.../pages/results/?query=tableview+search+b4j... B4A Library [B4X] [XUI] - MiniSearchView AutoComplete field - Erel    Apr 11, 2024   (43 reactions)   tags: B4X XUI Search AutoComple, B4a, type search A cross platform, compact version of SearchView. 68398 https://www.b4x.com/basic4android/images/SS-2018-05-29_15.27.50.png https://www.b4x.com/basic4android/images/SS-2018-05-29_15.28.34.png Usage instructions: - Add a reference to MiniSearchView library. - Add MiniSearchView custom views with the designer. - Call MiniSearchView.SetItems to set the items. You can change the various colors and the font in the designer. Example and library are attached.... B4J Question TableView cell alignment and color - BPak    Dec 6, 2013   tags: TableView Have built a program and managed to center all the cells of the TableView. .table-column .cell { -fx-alignment: CENTER; } However, I would like to be able to set the columns to different alignment and colors. My search has not found anything other than Cell Factories or something like that used in NetBeans?? Anyone have any CSS that might work out this problem for me?... B4J Question Sort by date value in TableView - Erel (first post)    Nov 27, 2019   (1 reaction) Not with dragging. However you can resize the columns to fit the content. B4XTable is page based. Note that it has many other features that are not supported by TableView (searching, sophisticated sorting, filtering, better support for custom cells and custom behavior). And it is cross platform.... B4J Question Feeling a little lost (to say the least) - Erel (first post)    Sep 18, 2020 Don't search the documentation. Search the forum: https://www.b4x.com/search?query=Table If you don't find something then post in the forum and we will help you. If I understood correctly you are looking for a table. There are two options: TableView: https://www.b4x.com/search?query=TableView B4XTable: https://www.b4x.com/search?query=B4XTable... B4J Question [SOLVED] Tableview Save Position of columns - Magma    Jul 18, 2017 Hi there again... At Tableview you can change position of columns when project runs - is it possible to save their position so every time project runs loading them ? I can;t find the right property of tableview to get the position of column...... Page: 1   2   3   4   5   6   7   |