angu-fixed-header-table
angu-fixed-header-table copied to clipboard
AngularJS fixed header scrollable table directive
Includes some fixes brought in from @Dorian-Fusco's PR, but without dramatic changes to look/functionality of original directive. From @Dorian-Fusco PR #13 : - Less promiscuous selectors. - Perform calculations on...
I found out that the Header loses the "width layout", if i set `white-space: nowrap;` to tbodys td-tag Plunker: http://plnkr.co/edit/SMMZZYkpm5JQ63H8fWYo?p=preview
block display type creates some misalignment in bootstrap
Table header and body content not aligned well when add more columns[](url)
GitHub changed the way Markdown headings are parsed, so this change fixes it. See [bryant1410/readmesfix](https://github.com/bryant1410/readmesfix) for more information. Tackles bryant1410/readmesfix#1
When set table column more than 10 than resize the window, table column and table data not aligned correctly. http://run.plnkr.co/OHOi3aNNVlb87JkV/
When you have one table inside div with scroll x the header and body are different.
I created a dynamic tables where the rows and columns are auto generated including headers also.I am able to fix the header .But only when there is a table present...
Getting Empty header with header values below header when used under "tab-pane fade" class inside "tab-content" class
I use Angularjs to display the table. All is good as long as I initially open window in full screen. But if not, when you maximize the window, the table...