ui5-webcomponents icon indicating copy to clipboard operation
ui5-webcomponents copied to clipboard

ui5-table: refactor component internal DOM

Open vladitasev opened this issue 4 years ago • 1 comments

Motivation Currently the Table component is using "th", "tr" and "td" tags, which are a bit difficult to style and make certain features difficult to implement. For example: applying the selection state to a row with "popped in" columns.

Task To rework the Table component with plain DIVs, that would give more flexibility to implement the aforementioned feature and any new that might come.

Important

  • The Table's a11y should work by the spec
  • The Table and all its features should continue working on IE

vladitasev avatar May 18 '20 07:05 vladitasev