I’ve set up an event handler on a table column cell that triggers on change. It works perfectly for non-pinned columns, but there’s an issue when the column is pinned:
- When the column is pinned, the input cell shifts to the right instead of updating in place to allow inputs.
- The event is immediately triggered upon pinning, rather than waiting for user input, as it does with non-pinned columns.
For context:
- The "April" column is not pinned and behaves as expected.
- The rest of the month columns are pinned and exhibit the described behavior.