sdxmessaging / ui-widgets

Build powerful form inputs/outputs with mithril and streams.
MIT License
4 stars 1 forks source link

List Component & List Controller Class #131

Closed MichaelPastuch closed 1 year ago

MichaelPastuch commented 1 year ago

Migrate the SingleList and PagingList components from ui-builder as a simple List component:

MichaelPastuch commented 1 year ago

CleanShot 2023-05-16 at 10.56.27.png

This List component has been migrated to ui-widgets, and has been simplified with a more aggressive buffering strategy. The ui-widgets example page illustrates a single grid with sorting and filtering, as well as a paging grid that loads an infinite set of dummy data.