I have been trying to create a table with a fixed header (meaning the header must be visible both vertically and horizontally).
- The table should be scrollable
- It should have a horizontal header
- The vertical header should match the horizontal header
- When scrolling up and down, the header should stay at the top (moving up or down should keep the header in place)
- Similarly, when scrolling left and right, the header should stay on the left side (moving left or right should keep the header visible)
UPDATE: I am looking to achieve this layout using PhoneGap, HTML, or any other web development tools. Not Excel.
I am developing this table for my mobile app (Android/iPhone).
I have looked at many examples but haven't found the perfect solution yet. I am utilizing PhoneGap, jQuery Mobile, jQuery, HTML, CSS, JavaScript, third-party .js libraries, and conducting other web searches...
Thank you and apologies for any grammar errors.