Wordpress, Amazon S3 and Html Tables
Here is what I am doing atm -
Uploading a html table into WP-Table Reloaded and adding it to my post. I have also used Amazon S3 Plugin but for now just use Firefox Add-on to upload file to S3. I have found Wp-table to be good but it doesn't do everything I want
Here is what I want
- Take large tables and store them on S3
- Import them from S3 into a post via wp-table (or any other solution)
- I want the table to be sortable, printable etc
- Best case I would like for someone to be able to click certain lines of the table and be able to print or save to desktop only those rows of the table they highlighted.