Our state of the art Gantt chart


Post by vconstruct »

Hi Team,

For the assigned resources column in our gantt we want the ability to apply multi value filters i.e the ability to select multiple resources from the column level filter and filter out those records that are associated to either one of the selected values but by default the column level filter for resource assignment column only has the the ability to filter by one value.

After some research we found some examples and by setting "isMulti" = true inside the filter object we got a more complex filter but now the filter is completely empty we can see a dropdown but its empty and we cant even apply a simple text filter on top of the column.

filter.png
filter.png (11.29 KiB) Viewed 288 times

This is the code that we have for instantiating the gantt.

<BryntumGantt
{...props.features}
tbar = {{}}
height= {"inherit"}
width = {'inherit'}
features = {{
excelExporter : {
dateFormat : 'YYYY-MM-DD HH:mm',
zipcelx
},
filter : {
isMulti : true,
},
timeRanges : true
}}
selectionMode = {props.selectionMode}
/>

Can you please assist us here.


Post by marcio »

Hey vconstruct,

Are you able to provide a sample of your data for us?? Can you reproduce that behavior in one of our demos??

If possible, would be really nice to have a sample project with your configuration and the behavior that you're describing for us to check, it'll make it a lot faster for us to assist you on this.

Best regards,
Márcio


Post Reply