Sorting 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.

I think you’re on the wrong forum - this is about https://solidproject.org, not https://www.solidjs.com.

1 Like

sorry, i was looking for the solidjs to learn more. Thanks for replying