How to add sort, search and filter on one column such like ms excel

How to add sort, search and filter on one column such like ms excel

maninder2019maninder2019 Posts: 2Questions: 1Answers: 0

Everything is working fine, but i would like to add these three feature on specific column such like ms excel sorting,
Could you please tell how i can do this?
Your quick response will be highly appreciated.

Answers

  • David@QuantumDavid@Quantum Posts: 36Questions: 4Answers: 2

    Hmmmm, this is a fairly big extension...
    The order by and search are included in DataTables by default, but the refinement

    If there's not already an extension made by DataTables (there might be) then you could probably add $_GET data in the URL in the AJAX field of the table dynamically to pass a list of entities you wish to select.

    I'm not familiar with MS Excel so if you could provide more spec on what it is you need to do, I'll be able to help more.

    Regards,
    David

  • colincolin Posts: 15,237Questions: 1Answers: 2,598

    Hi @maninder2019 ,

    This thread shows how to do the multi-select, that might get you going.

    Cheers,

    Colin

  • maninder2019maninder2019 Posts: 2Questions: 1Answers: 0

    @David@Quantum I am looking for this kind of sort,filer and search function on specific columns.
    Please have a look at the attached screenshot.


    https://help.syncfusion.com/js/grid/filter
    if it is possible to create the same menus on datatables's column then please share.

This discussion has been closed.