• Saroj Panda
    February 14, 2017 at 4:47 am #3701

    We can click on sort arrows in column header to sort the rows in ascending or descending order. But there is no option to reset the sorting on the column once activated. As per ideal behaviors of column sorting, the third click reset the sorting, which is not happening in case of SPARK Table, which is implemented “so nicely” in default BPM Table.

    Current work around, click on some other column to reset sorting on first column, but it enables sorting on other column 🙁

    Is there any proper way to reset the sorting on table column header or this need to be fixed in component.

     

    Regards,

    Saroj

    SPARK Support
    February 17, 2017 at 1:16 pm #3754

    Hi Saroj,

    There is a clearSort() method available:

    http://support.salientprocess.com/docs/enterprise/Table.html#clearSort

    Regards,

    Stephen P.

    Saroj Panda
    February 20, 2017 at 12:03 am #3771

    That’s a pain, what we are using currently. It need to be handled separately outside table controls 🙁

    Any plans to support reset sorting out of the controls.

    Regards,

    Saroj

    Vignesh Dhakshinamoorthy
    February 20, 2017 at 12:39 pm #3781

    How about you keep a button above the table with title: “Reset Sort”, and then write this in onClick event:
    {Table1}.clearSort();

    Saroj Panda
    February 20, 2017 at 11:49 pm #3782

    Thanks Vignesh for your suggestion. As I mentioned above “That’s a pain, what we are using currently”

    Unwanted control, located outside table, taking up extra space on screen 🙁

    SPARK Support
    February 22, 2017 at 10:53 am #3801

    Hi Saroj,

    There are no plans on the Roadmap to change this functionality at this time.

    We would most likely modify Table to include a custom Icon at the top with the clear sort method attached.

    Regards,

    Stephen P.

Viewing 6 posts - 1 through 6 (of 6 total)

You must be logged in to reply to this topic.

Start typing and press Enter to search