Lalakis
Lalakis
SSolidJS
Created by Lalakis on 11/30/2023 in #support
Sort the data in createStore
This is my first solid-ts app. I got an array of objects and want to sort the by the number field which can be from 0 to an amount. I also want to sort by checkbox checked. I figure that out in javascript. In solid i run this changeTitles(sortedTitles); It seems not updating and breaking. The ui does not update. i tried createSignal, but the same (ui does not update). I tried reading more from the Docs.
16 replies