- Jun 6, 2020
- 11,559
- 4,422
B4XTable is a paged based table. The UI is made of a horizontal xCLV. The data is stored in an in-memory SQLite database.
Dependencies:
XUI Views must be selected in the libraries tab.
How to use?
1. Add a B4XTable with the designer.
2. Add the columns:
B4X:
There are currently three types: TEXT, NUMBERS and DATES.
3. Set the data:
B4X:
Data is a list. Each item in the list is an array of objects that represents a row.
Example
B4X:
When you call SetData the an in-memory db is created with the data.
CellClick event
B4X:
Dependencies:
XUI Views must be selected in the libraries tab.
برای دیدن تصاویر باید ثبت نام کنید
How to use?
1. Add a B4XTable with the designer.
2. Add the columns:
B4X:
کد:
محتوای بلوک کدها در دسترس شما نیست. برای مشاهده بلوک کدها، وارد انجمن شوید یاثبت نام کنید
3. Set the data:
B4X:
کد:
محتوای بلوک کدها در دسترس شما نیست. برای مشاهده بلوک کدها، وارد انجمن شوید یاثبت نام کنید
Example
B4X:
کد:
محتوای بلوک کدها در دسترس شما نیست. برای مشاهده بلوک کدها، وارد انجمن شوید یاثبت نام کنید
When you call SetData the an in-memory db is created with the data.
CellClick event
B4X:
Sub B4XTable1_CellClicked...
برای دیدن لینک ها باید ثبت نام کنید
برای دیدن لینک ها باید ثبت نام کنید