0
I need to make a data table with about 5 to 6 columns, with data from multiple arrays. The goal is to be able to have as close as possible to a management table where the user can organize the table by name , by id and so on and has to have paging to avoid it being a very large table.
First question what is the most suitable design to do? temdo in account that are 5 to 6 columns with data with long names.
Another question is how to automatically generate the table and make the "pagination" and organization by name, id etc.
Example of a table I did in html and php the goal was to have something similar on android :
ok, and what would it be like on Android? There are several ways to do it on Android. Maybe what you’re looking for can just be "javascript grid table".. Search for it to get an idea.
– Daniel Omine