This website requires JavaScript.
Explore
Help
Register
Sign In
rooty
/
DataTables
Watch
1
Star
0
Fork
0
You've already forked DataTables
mirror of
https://github.com/DataTables/DataTables.git
synced
2024-12-01 13:24:10 +01:00
Code
Issues
Releases
Activity
8eb8c90627
DataTables
/
media
History
Allan Jardine
8eb8c90627
Dev - Build latest changes
2012-10-26 08:04:14 +01:00
..
css
Fix: Header TD elements need an outline of none to stop of focus flicker (matching TH elements which already have this)
2012-09-19 07:27:52 +01:00
images
Update the sorting icon images. The old PNGs were really rather poor with what looked like 1bit transparency.
2011-12-20 14:45:05 +00:00
js
Dev - Build latest changes
2012-10-26 08:04:14 +01:00
src
Fix docs: Example for mRender has a syntax error
2012-10-26 08:02:59 +01:00
unit_testing
Fix - core: Stripe removal was broken - it was stripping the classes from only the first row rows, rather than all of them, which was wrong. This was unfortunatly introduced in 1.9.4 and there weren't any unit tests to catch it. There are now, and I've rewritten the code that wil remove existing stripe classes. Its now much smaller and should be a little faster. Now it only checks the first row to see if it has any exisiting stripe classes, which is good enough. The smallest this could could be would be a simple removeClass, but that may result in significant overhead which really isn't needed in cases where there are no exisiting stripe classes.
2012-10-19 15:31:35 +01:00