That was Quick – New Datatable v4.3.4
While running some tests with my latest version of the Datatable component, I came across an interesting inconsistency in how sorting is handled in flow. Salesforce List Views, sorting in flow elements like Get Records and sorting in a SOQL query in DataFetcher provide case insensitive sorting for text based fields.
Example: AbCdE
However, the flow Sort element and column sorting in my Datatable component do case sensitive sorting.
Example: ACEbd
To support both methods, I added a new configuration option to Datatable to ignore character case when sorting. The default remains the case sensitive sorting like we’ve always had in Datatable, but the new attribute allows you to configure the Datatable to have the same behavior as List View sorting.

Along with this update, I changed the API version from 60.0 to 62.0 and addressed a bug where there could be an error when a Remove Row action was configured to be in the first column.
Get the latest package install links here.
