You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* The code above will have the header of table floating when scrolling page up and down.
25
28
26
29
By default, rowsPerPage is 10 and topNav is false.
27
30
@@ -33,4 +36,6 @@ By default, rowsPerPage is 10 and topNav is false.
33
36
34
37
The code in this project is based on Ryan Zielke's tablePagination (http://neoalchemy.org/tablePagination.html) which is licensed under the MIT licenses: http://www.opensource.org/licenses/mit-license.php. Button designs are based on Google+ Buttons in CSS design from Pixify (http://pixify.com/blog/use-google-plus-to-improve-your-ui/).
35
38
39
+
The floating <thead> concept is copied from http://stackoverflow.com/a/4709775/1177328 and http://codepen.io/jgx/pen/wiIGc.
40
+
36
41
You can read more about this project at my blog: http://cuteprogramming.wordpress.com/2012/04/07/259/
0 commit comments