TableTools 2.1.2
DataTables CDN files for TableTools 2.1.2. This software was originally released on 20th June, 2012.
Release notes
TableTools 2.1.1 had a problem with the buttons that were used and how they combined with the Flash buttons - specifically the click event was being swallowed by the button tag, and thus Flash export / copy commands were not working. This is resolved in this release by making use of the TableTools option to change the button tag to an A (link) tag. This allows the Flash element to be correctly embedded in the link and used as required, while still allowing all of the features of TableTools 2.1. It is worth nothing however that you may need to update your CSS to take account of this change since A tags are used rather than BUTTONs.
- New: fnCellRender now passed the TR element and the data index for the row.
- Updated: tags also now included in the button CSS, so these tags can readily be used.
- Updated: Update the ThemeRoller support CSS file to take account of the fact that we are using A tags now
- Fix: Issues with flash buttons and IE due to the change in 2.1.0 which updated the flash element to be inside the button tags. In IE this results in the mouse[up|down] and click events being ignored (although double click does appear to get through), but the mouse[over|out] events do get registered - most frustrating. This is only a problem in IE with buttons, no other browser appears to have this issue, nor does IE show it using divs - however, buttons are the right tags to use here, so I've gone for a middle ground - in IE (user agent detected - sorry :-( - can't see a better way of doing it) the buttons are actually s while in other browsers