lucca-front icon indicating copy to clipboard operation
lucca-front copied to clipboard

Table.layout fixed.and.sticked.overhaul.2

Open BertrandPodevin opened this issue 10 months ago • 2 comments

Description

sticky-cols

Fixes (non breaking) :

  • Fix table sticky colums & header drop shadow on scroll not working. (Drop shadow are currently always visible, they should only be visible on scroll)
  • Simplified DOM : mod-columnSticky-shadowMask class no longer needed

Overhaul :

  • New system using css vars instead of class for the inner settings, drasticaly reducing dist size

tableFixedLegacy : 37 Ko --> tableFixed : 2 Ko tableStickedLegacy : 52 Ko --> tableSticked : 8 Ko


Optionally, technical or more in-depth description for reviewers. Keep an empty line under your text, as well as the 5 lines that follow it.


BertrandPodevin avatar Apr 18 '24 13:04 BertrandPodevin