Hi,
I’m trying to build a 4 columns Handsontable. The first is a date, the second, third and fourth are entities label:
- date
- formation
- course
- topic
The behavior I try to achieve is:
- with date and formation already selected,
- course is a dropdown containing all courses + topics filtered by the previously selected formation (using handsontable cell type is allowing me to show both course and topic)
- when user select a row (course + topic) in the dropdown, the course cell is set with its label and the topic cell is set with its label
The two behaviors I struggle to make work are the data filtering in the course dropdown and the automatic topic cell filling. What would be the best approach?