Avaiga/taipy-gui

Ability to know which cell has been clicked in Tables

FlorianJacta opened this issue · 0 comments

Description
When a user clicks on a row in a Taipy table, this can call a function (on_action) with information on the clicked row. The goal will be to know which specific cell has been clicked to perform some task.

Acceptance Criteria

  • Ensure new code is unit tested, and check code coverage is at least 90%
  • Propagate any change on the demos and run all of them to ensure there is no breaking change
  • Ensure any change is well documented