lime-elements icon indicating copy to clipboard operation
lime-elements copied to clipboard

Table: Not possible to activate last row

Open FredrikWallstrom opened this issue 2 years ago • 0 comments

Current behavior

It is not possible to activate the last row in the table when the table have both the layout: stretchLastColumn and the class: has-interactive-rows.

https://github.com/Lundalogik/lime-elements/assets/21986391/285617e9-6899-42d6-8efb-76a59d6381f2

Steps to reproduce the behavior:

  1. render a table with both stretchLastColumn layout and has-interactive-rows class
  2. try to activate the last row in the table

Expected behavior

Last row in the table should behave as all other rows when you activate and deactivate it, activate event should be triggered.

Environment

Skärmavbild 2023-09-26 kl  14 03 48

Also reproducible in lime-elements docs: https://lundalogik.github.io/lime-elements/versions/NEXT-37.1.0-next.28/#/

FredrikWallstrom avatar Sep 26 '23 12:09 FredrikWallstrom