beta0x64 Posted June 21, 2010 Share Posted June 21, 2010 I have a table for, well, displaying tabular data. However, I am curious as to how I can make the best possible user interface... See, it has many columns, and will not fit completely on one page/viewport. What makes this a little bit trickier is that I plan on having an input box at the top for queries, which will return valid rows to this interface. This means that it's pretty flexible at this point. Any ideas? Maybe I'm overcomplicating Quote Link to comment https://forums.phpfreaks.com/topic/205444-displaying-a-large-table/ Share on other sites More sharing options...
Philip Posted June 21, 2010 Share Posted June 21, 2010 I have a table for, well, displaying tabular data. However, I am curious as to how I can make the best possible user interface... See, it has many columns, and will not fit completely on one page/viewport. Pagination with sortable columns. Quote Link to comment https://forums.phpfreaks.com/topic/205444-displaying-a-large-table/#findComment-1075165 Share on other sites More sharing options...
beta0x64 Posted June 21, 2010 Author Share Posted June 21, 2010 and repeat the row numbers for consistency good idea! that could be done in ajax, too though I have a feeling that the client wants to keep the page as similar to the current setup as possible (this is being exported from Excel, so a wide spreadsheet isn't a new concept Quote Link to comment https://forums.phpfreaks.com/topic/205444-displaying-a-large-table/#findComment-1075226 Share on other sites More sharing options...
waynew Posted June 25, 2010 Share Posted June 25, 2010 Listen. Your client doesn't know shit. You tell the client that you'll program that interface like a boss. Quote Link to comment https://forums.phpfreaks.com/topic/205444-displaying-a-large-table/#findComment-1077405 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.