jQWidgets Forums

jQuery UI Widgets Forums TreeGrid Natural Sorting in TreeGrid

Tagged: , ,

This topic contains 4 replies, has 3 voices, and was last updated by  admin 8 years, 7 months ago.

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
  • Natural Sorting in TreeGrid #87923

    vankin09
    Participant

    Hi,

    I am currently using TreeGrid widget.
    I have a field where data will be alphanumeric i.e AA-12,AA-2,AA-3 etc.
    Using string sort, the sorted data will be AA-12,AA-2,AA-3.
    My requirement is to sort it using Natural Order i.e 2 should be available before 12.
    In this case the sorted data will become AA-2,AA-12,AA-3

    I want something like { name: ‘FirstName’, type: ‘natural’ }, and for this I want to use my own sort algorithm.
    Can you let me know if such a custom sorting is supported?

    Regards,
    VaNKiN09

    Natural Sorting in TreeGrid #88066

    vankin09
    Participant

    Any updates?

    Natural Sorting in TreeGrid #88076

    ivailo
    Participant

    Hi vankin09,

    There is not such a feature.
    Instead you can use an approach with data formatted as : AA-12,AA-02,AA-03 .

    Best Regards,
    Ivailo Ivanov

    jQWidgets Team
    http://www.jqwidgets.com

    Natural Sorting in TreeGrid #88236

    vankin09
    Participant

    Hi Ivailo,

    I did not completely understand what your statement meant.
    Can you please explain so I can check if that approach is feasible for my use case?

    By the way, Is it not possible to introduce a new data type for which I can provide my own sorting algorithm?
    Please let me know If I can extend any API in treegrid and override it with my API.

    Regards,
    Rajesh

    Natural Sorting in TreeGrid #88252

    admin
    Keymaster

    Hi Rajesh,

    We have no such kind of sorting in our TreeGrid and no data type called “natural”. This is what my colleague’s statement was. It is not possible to override the TreeGrid sorting as well.

    Best Regards,
    Peter Stoev

    jQWidgets Team
    http://www.jqwidgets.com

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

You must be logged in to reply to this topic.