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.

1.1.1

Homepage
https://github.com/sandstorm/LazyDataSource
Version
1.1.1
Type
neos-package
Release Date
Sep 14, 2023 06:55
Source
git
Distribution
zip
Requires
  • neos/neos-ui: *
MIT
  • #neos
  • #react
856ed35e71cc6bd0a25d40bbca99794b43eabeb3

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