Date Range Filter and Version 1.1 Release Timeline for columnControl

Date Range Filter and Version 1.1 Release Timeline for columnControl

gduvalgduval Posts: 4Questions: 2Answers: 0

Hello,

I have two questions regarding the columnControl extension:

1. Date Range Filtering
Have you considered implementing a date range filter feature for columnControl? This could potentially be achieved using Moment.js or another date manipulation library. I believe this would be a valuable addition for filtering date-based columns.

2. Version 1.1 Release
Could you provide any information about the expected release date for columnControl version 1.1? I'm particularly interested in the automatic searchList update functionality that was mentioned in this forum post: https://datatables.net/forums/discussion/81188

This feature would greatly enhance the user experience in our current implementation.

Thank you for your time and for maintaining this excellent extension.

Best regards,

This question has an accepted answers - jump to answer

Answers

  • allanallan Posts: 64,920Questions: 1Answers: 10,752 Site admin
    Answer ✓

    Have you considered implementing a date range filter feature for columnControl?

    Yes, I was partly waiting to see if anyone would request it. You are the first, and I'm a bit surprised that it has taken this long, so let's hope there are some more asking for it so I can prioritise it over other things.

    Could you provide any information about the expected release date for columnControl version 1.1?

    Aiming for the end of the month. Disappointingly, although there have been multiple requests for the sever-side processing support that 1.1 will bring, there hasn't been any sponsorship of the feature. That was a bit of an experiment, and it seems to have failed, so I'll need to figure out some other way of trying to encourage payment / income so I can continue work release the extensions as open source.

    Allan

  • vfichrvfichr Posts: 2Questions: 0Answers: 0

    I’ve also been looking forward to the date range filter feature. <3

  • allanallan Posts: 64,920Questions: 1Answers: 10,752 Site admin

    Super - another vote - thank you! I doubt it will make it into 1.1 I'm afraid, but I'll keep it in mind.

    Allan

  • gduvalgduval Posts: 4Questions: 2Answers: 0

    I find it surprising that I appear to be the first person to request a date range filter feature.
    In the meantime, I've implemented a workaround using a custom input filter with the Flatpickr library configured in range mode. This solution has proven to be quite effective and meets my requirements well.

  • allanallan Posts: 64,920Questions: 1Answers: 10,752 Site admin

    Superb! Nice one :).

    I'm sure others have wondered about it, but you are the first I recall actually putting voice to that, and I need written feedback to help plan!

    Allan

  • vfichrvfichr Posts: 2Questions: 0Answers: 0

    Currently, I am also using Date Range Picker as an external filter for datetime data. It works quite well; however, using an external filter slightly reduces the user experience. It would be great if it could be integrated into Column Control.

  • gduvalgduval Posts: 4Questions: 2Answers: 0
    edited August 18

    Hi @allan

    Have you also considered implementing array rendering for searchList in columnControl similar to what searchBuilder does with this code:

    {
        data: 'permission',
        render: {
            _: '[, ].name',
            sb: '[].name'
        },
        searchBuilder: {
            orthogonal: 'sb'
        },
        searchBuilderType: 'array'
    }
    
    

    https://datatables.net/extensions/searchbuilder/examples/customisation/renderArrays.html

  • allanallan Posts: 64,920Questions: 1Answers: 10,752 Site admin

    I actually hadn't really, but I've now added it to the list :).

    Allan

Sign In or Register to comment.