support
support copied to clipboard
Row selection on sequence column not working
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/
- 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' },
...
]