I am trying to see if I can make csv file work like database sql with columns that sort and pagination.
to create an ari data table based on a csv file, I copied the module that runs this table:
www.eggsa.org/sarecords/index.php/stellenbosch-ngk/marriages-1689-to-1788
(where sorting and pagination work fine)
I changed the path to the csv file and the column headings to produce this table:
www.eggsa.org/sarecords/index.php/military-records/retirements-at-the-cape-1818-1826
but on that table the pagination and sorting is not working and I would like it to.
I do not know what the various CSV settings are for:
Path to CSV file - that is OK - I get the data
Delimiter and Enclosure - OK - like sql
File encoding - OK - file is utf-8 so nothing set here
but the rest?:
Remoting method Auto-detect CURL PHP extension PHP fopen function Socket
Heading No Yes
Auto-detect mode No Yes
Strict mode No Yes
Offset
Limit
Sort by
Sort direction Ascending Descending
Any help would be appreciated.
Thank you,
Richard