B4XTable - Cross platform, searchable, sortable, customizable and paged based table

AnandGupta

Expert
Licensed User
Longtime User
Anxiously looking forward to it.
I need to read a csv file from url and show in table, without saving to sqlite first, to save time.
Though lots of example available in Forum, hope B4XTable supports this.
The type search filter will be very useful.

Thanks.

Regards,

Anand
 

asales

Expert
Licensed User
Longtime User
Very, very nice.
Several possibilities: report generator, etc.
Can we use in vertical orientation?
Can we translate the strings: to, out, of, search, total unknown?
 

Erel

B4X founder
Staff member
Licensed User
Longtime User
I need to read a csv file from url and show in table, without saving to sqlite first, to save time.
It is very simple to insert data from CSV files. How large is your data?

Can we use in vertical orientation?
Do you mean portrait orientation? If so then yes it will work.

Can we translate the strings: to, out, of, search, total unknown?
This will be released as a b4xlib. You will be able to modify the code and change those strings. I can also make then configurable (not in the first version).
 

AnandGupta

Expert
Licensed User
Longtime User
It is very simple to insert data from CSV files. How large is your data?
1000 or so products rows, as of now.
left/right swipe, click, long_click on cell events will help.

Regards,

Anand
 
Cookies are required to use this site. You must accept them to continue using the site. Learn more…