How to create a list with an infinite scroll list using trpenny-gui

Hi Haskell and the Threepenny-GUI community,

I want to show a ListBox that has infinite scroll support. I have a table in a SQLite database with 100k - 1000k rows. I want to display rows in a ListBox. I got help from this post threepenny-gui-reactive-in-client-server . I got a GUI working with two ListBoxes, one for the page number and the other for the actual strings for that page.

Although my goal is to create a GUI that only has one display, something like a basic version but similar to this example using SlickGrid: http://mleibman.github.io/SlickGrid/examples/example4-model.html .

+3


source to share





All Articles