Kotlin Compose Desktop JVM after sorting a list, LazyColumn recomposes, but right after that, recomposes again to not sorted
I have a table using LazyColumn, there I have a button for sorting Ascending,Descending,Not sorted.
I have a table using LazyColumn, there I have a button for sorting Ascending,Descending,Not sorted.