neoTable sorting fields - Forum

Forum Navigation
You need to log in to create posts and topics.

neoTable sorting fields

Hi..

I want to sort some fields in neoTable from design so when it runs to be ready with the specific order, i didn't saw any command for that. Any help ?

@smartmedia please try ordering the JSON before loading the data into neoTable.
You can use neoSQLJson command from neoSQL plugin to sort the data using standard SQL queries.

Hi @luishp

i was hoping that was already a command inside neoTable i was missing. I don't to load one more js into memory, i try to preserve as much as i can the speed, my platform has all ready 52 js loaded total of 3,83mb and the index is 900kb. Is not a must, i can live without it. But thanks for the response.

@smartmedia it's up to you. Also you can sort the JSON using other techniques. Anyway just keep in mind an app with 3 to 6 Mb total size is considered a medium sized web app.

smartmedia has reacted to this post.
smartmedia