sandstorm/lazydatasource

Last activity 05 May 2025 10 30849
composer require sandstorm/lazydatasource

Neos package implementing a lazy data source for the UI; so that the elements are loaded lazily on demand.

dev-master

Homepage
https://github.com/sandstorm/LazyDataSource
Version
dev-master
Type
neos-package
Release Date
May 05, 2025 10:51
Source
git
Distribution
zip
Requires
  • neos/neos-ui: ^9.0
MIT
  • #neos
  • #react
be1532d3f0abbf29b1d797e7474310d9b87eee24

Readme excerpt

Sandstorm.LazyDataSource

Inspector Data Sources in Neos are usually eager, this means the UI sends a single request to the backend to load all options, and then doing the filtering client-side.

This package implements additional Inspector Editors, behaving like the standard SelectBoxEditor with data sources, but delegates filtering and searching to the server-side.

This greatly improves Neos UI performance for data sources with big collections (100s of elements).

Getting started
  1. Default composer installation via:

    composer require sandstorm/lazydatasource
  2. for a single select:

    In your N…
    Read more

The content of the readme is provided by an external source, which we have no control over. Check out the actual readme at its source.
The same vendor provides 17 package(s).