-
I have a table with some columns the user can hide/show by hitting a button.
After hiding (or showing again) these cols, the whole table is not displayed correct in full width.
Fiddle here: https://…
-
In your official documentation, please explain you **_MUST_** use a JQuery selector, not regular JavaScript, to select the table. This can really trip up newbies like me... I'd been told to use vanill…
-
More a question than an issue - I hope you can forgive me the lack of jsfiddle.
I didn't find anything in the docs nor in the issues about how to properly adjust column widths.
I also failed to adj…
mcaay updated
2 years ago
-
node_modules/floatthead/dist/jquery.floatThead.d.ts:20:67 - error TS1385: Function type notation must be parenthesized when used in a union type.
20 floatThead(action: ("destroy"|"reflow"|"getR…
-
```bash
node_modules/floatthead/dist/jquery.floatThead.d.ts:20:67 - error TS1385: Function type notation must be parenthesized when used in a union type.
20 floatThead(action: "destroy"|"reflo…
-
- Vue.js version: 3
- Consumed using: webpack
- Vue tables version: 0.3.5
Hi I'm trying to improve browser performance and noticed that when having stickyHeader set to true, there is a frame loss…
-
The version table years must be fixed when scrolling down.
![tabela-versoes](https://user-images.githubusercontent.com/5844312/68953686-50417500-07ba-11ea-86c7-fefdbe073aaf.png)
-
I am trying to fix a fixed header until Navbar where the user can view the table and print the same. So I tried using jquery.floatThead.js which works perfectly w.r.t my requirement in the HTML view w…
-
When there are multiple tables with floatThead, and searching for text in thead, the browser search feature is unable to scroll to the position of thead of the matched result.
- Steps to reproduce
-…
-
Hello!
In some cases underlaying thead gets wrong height.
In my case i have with header row and filter row (i'm using Yii2 kartik/gridview)
and table with data after that. Thead at table gets wron…