cornflourblue / angu-fixed-header-table

AngularJS fixed header scrollable table directive
http://pointblankdevelopment.com.au/blog/angularjs-fixed-header-scrollable-table-directive
MIT License
67 stars 43 forks source link

Support for max-height (via css & maxTableHeight) & fixes/improvements #17

Open brandonbird opened 9 years ago

brandonbird commented 9 years ago

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 :

Other fixes/improvements:

brandonbird commented 9 years ago

I found and fixed an additional issue: If the first row in the tbody had colspan'd cells it wouldn't calculate the column widths correctly. It now finds the first row in the tbody that has the same number of columns as the thead with which to determine and apply preferred column width.

brandonbird commented 9 years ago

Found some additional issues with colspan'd cells. Ended up rewriting the section where widths are determined and applied.

brandonbird commented 9 years ago

Wow, sorry for so many updates but I discovered that I could optimize the transform function changes I made in the last commit to walk over less of the DOM.

harrypritchett commented 9 years ago

This is a much better fix, I will delete my PR.

drewfreyling commented 8 years ago

Are there any outstanding issues that are stopping this from being merged @brandonbird @cornflourblue ?

brandonbird commented 8 years ago

@drewfreyling I haven't seen anything from @cornflourblue.

drewfreyling commented 8 years ago

@cornflourblue what is that status of this?

dennismi commented 8 years ago

@cornflourblue this appears to be ready for merge, what is the hold up?

drewfreyling commented 7 years ago

@cornflourblue is this project no longer active?

drewfreyling commented 4 years ago

I guess it isn't.