What might be an effective way to create a grid on the fly from a php array? I have an app that gathers text from the user and then I get the text and create an array from it when the user presses a button on the application. Now I want to display a grid from this back to the user that he can scroll, sort, and search the array data, then exit back to the application when done reviewing.
Any thoughts much appreciated.
Thank you
Lyle