Bug with Pinned table columns and updating cells

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:

  1. When the column is pinned, the input cell shifts to the right instead of updating in place to allow inputs.
  2. 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.

2 Likes

Hi @OLR! Thanks for reaching out.

There does seem to be a visual bug with the alignment of the cell input when you have multiple pinned columns, but the onChange event handler is working correctly for me. Is it possible that you mistakenly configured an onClick event handler for that column? If not, I'd be interested in seeing a JSON export of your app to figure out what is causing that particular behavior.