Hi
Can anyone suggest a simple solution to this task?
We have a flat table of data (6 columns, 700,000 rows) of text, about 100MB of data in a csv file (or dbf file). I'm after a user friendly interface that enables a non-technical person to filter on 1 or more columns and then view or print the result. The data should be read only to the user.
This is to run on a standalone PC running Windows 10. It doesn't have MS Office installed. I was thinking about a big html table filtered with jquery or similar, but it looks like there is just too much data for this to work well.
It would be good to have a simple solution, and avoid having to develop any bespoke software.
Any suggestions?
TIA
Peter