Ticket #760 (closed New feature: fixed)
Changes to 'Basic HTML' format
| Reported by: | vipsoft | Owned by: | vipsoft |
|---|---|---|---|
| Priority: | low | Milestone: | Piwik 0.4.1 |
| Component: | Core | Keywords: | |
| Cc: | Sensitive: |
Description
Drop styling. Developers will apply their own theme anyways.
- Drop <style>...</style> from output
- Remove <b></b> tags
- Drop border and width attributes from <table> definition
Recommended changes:
- Enclose attribute values in double quotes.
- Separate header and body using <thead></thead> and <tbody></tbody>
- Set table id, e.g., id="Actions_getActions"
- Instead of "Sub DataTable not loaded", add a pseudo-column that contains an integer (idSubtable)
Improvements:
- Add example using the jQuery DataTables plugin
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

