Sort Functionality

Dear Team ,

I am using a table for data population; however, the default data sorting functionality is not working for the last column.(Outside additon)

Kindly check the attached image and assist in resolving the issue.

You posted this in the Module Development category. Is this related to a custom module you're developing, or is this a general Ignition/Perspective question?

I'm guessing those values are stored as text/strings and not numbers. As you can see, it's sorting based on the first digit going from 8 at the top down to 2 and the bottom. Fix the data type and sorting should work.

2 Likes