mlms13 / FancyTable

A table that is fancy.
MIT License
5 stars 2 forks source link

Allow affixing "header" rows and columns #4

Closed mlms13 closed 8 years ago

mlms13 commented 8 years ago

Fixed headers should be relatively easy, because a row is already contained in a single element. A "column" is a much more abstract concept, because it mostly just refers to "cell n in each row". Currently there is no single container in the DOM for a column, and we'll need to add one when a column becomes affixed.

mlms13 commented 8 years ago

Oh hey! This is done!