Our state of the art Gantt chart


Post by vconstruct »

Hello Team,

In the video I have attached, the 'on filter' for dates is not working as desired

When we enter a date in the column filter search it is not returning any data even though there are some activities of that date

Attachments
datefilter.mp4
(5.23 MiB) Downloaded 24 times

Post by nickolay »

Hello, can you please provide a reproducible test case, demonstrating the issue? Ideally, you could modify one of our examples for that.


Post by nickolay »

Everything seems to work fine for me. What version of our component do you use? Try updating to latest?

Attachments
Screencast.mp4
(3 MiB) Downloaded 21 times

Post by vconstruct »

Hi nickolay,

we are using 5.3.0-alpha-1 , as it has checkbox enhancements.

Is there any later version than that ?


Post by vconstruct »

Hi nickolay,

Please find attached reproducible sample, at example https://bryntum.com/products/gantt/examples/msprojectimport/

Attachments
NonWorkingSample.js
(871.05 KiB) Downloaded 23 times

Post by nickolay »

Reproduced, ticket created: https://github.com/bryntum/support/issues/5976

Please track the ticket for the progress and lets continue communication on this issue in the ticket.


Post by vconstruct »

Hi Nickolay,

I see that the ticket was marked resolved, but is there an update/fix for this?


Post by marcio »

Hey vconstruct,

That fix is available on v5.2.9, you can upgrade to that version to use the fixed code :)

Best regards,
Márcio


Post by vconstruct »

Marcio, thank you for the response. From what I understand, we are using 5.3.0-alpha-1 for checkbox enhancement. Does v5.2.9 have the same features and functionality?

Also, for the startDate and endDate columns, I am trying to provide placeholder text for the available filters (On, Before or After) like it is in the Advanced Demo, but I couldn't find an example for it in the documentation. See snip for reference.

Attachments
Placeholder-Text.png
Placeholder-Text.png (42.54 KiB) Viewed 322 times

Post by marcio »

Hey,

No, the 5.3.0-alpha-1 doesn't have the 5.2.9, as it was released before the 5.2.9 version. But the 5.3.0-beta-2 contains the fix. :)

Also, those texts are localized, so you'll need to replace the localization file with your custom text to display it there

Filter : {
            applyFilter   : 'Apply filter',
            filter        : 'Filter',
            editFilter    : 'Edit filter',
            on            : 'On',
            before        : 'Before',
            after         : 'After',
            equals        : 'Equals',
            lessThan      : 'Less than',
            moreThan      : 'More than',
            removeFilter  : 'Remove filter',
            disableFilter : 'Disable filter'
        },

Check this guide for more info regarding customization of the localization https://bryntum.com/products/gantt/docs/guide/Gantt/customization/localization

Best regards,
Márcio


Post Reply