support icon indicating copy to clipboard operation
support copied to clipboard

Row selection on sequence column not working

Open JockeLindberg opened this issue 5 months ago • 0 comments

Forum post

Hi, While testing the cell selection feature, we encountered a few bugs that we'd like to report. All of these issues can be reproduced in the demo: https://bryntum.com/products/gantt/examples/cellselection/

  1. Row Selection In the demo, it says: "Select number selection - Use the sequence column to select whole rows", but this doesn't seem to work as expected. To make the row selectable, we had to modify the column configuration by adding the following to the list:
columns: [
    { type: 'rownumber' },
    ...
]

JockeLindberg avatar Sep 23 '24 04:09 JockeLindberg