Share My Creation DatTable - extension of B4XTable

Hi to all,
Based on the B4XTable library, I have made a small enhancement that is extremely practical for the user. It enables three additional functionalities:
a) Reordering of row sequence and column lengths
b) Resetting the saved layout (to default layout)
c) Exporting data to Excel

The system use a local SQL database, where data is stored for each B4XTable.
I haven't done much verification, but rather, the idea is in the background that such an extension could become part of the standard B4XTable.
I'm still a beginner in using the B4X development environment, so I'm providing the complete source code.

If anyone is willing and finds the idea appropriate, they can "professionalize" it to become a standard...

P.S. I named the library DaTTable (derived, of course, from B4XTable).
2024-03-19_14h56_57.gif


Code is here - in Zip...
 

Attachments

  • DaTTable.zip
    69.3 KB · Views: 51
Top