-
Hi,
Applying the script on the table takes a long time (~2 sec)
Here is the code i use:
$(document).ready(function() {
$('#myTable').fixedHeaderTable({ altClass: 'odd', footer: false, fi…
-
Using the latest minified version, there's a major performance problem while scrolling in Firefox when a table only has just a few hundred rows of data. I figure around 200 rows is the point where th…
-
..from 420 LOC spaggetti to something more coherent
-
or fix a column in a table
-
jquery 1.12.4 has two known vulnerabilities. You should update to jquery 3.4.0 or later.
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2015-9251 fixed by jquery 3.0.0
https://cve.mitre.org/…
-
Internal links to anchors in pages generated using recent versions of nytprofhtml go to an offset position in the page. The offset varies, and can be above or below. It is, however, consistent for e…
-
This is a (multiple allowed):
* [ ] bug
* [x] enhancement
* [ ] feature-discussion (RFC)
* Framework7 Version: 1.6.0.
* Platform and Target: Chrome, ETC.
### What you did
The table is popul…
-
![correct](https://cloud.githubusercontent.com/assets/616192/4250276/cba4ecf6-3a81-11e4-8885-4349bf56c402.png)
![notcorrect](https://cloud.githubusercontent.com/assets/616192/4250279/d00ed4b4-3a81-11e…
-
I'm really enjoying NYTProf, it's a great tool!
One problem I'm having is that I can't remember what the columns are in the various reports, and so I tend to have to scroll up to the top to figure it…
-
Hi,
//my controller
angular.module('myapp').controller('controller', etc etc) {
$(function () {
$("#my-table").stickyTableHeaders();
});
//other codes
}
//this is th…