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.
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.