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.

2.0.0

Homepage
https://github.com/sandstorm/LazyDataSource
Version
2.0.0
Type
neos-package
Release Date
Sep 14, 2023 07:02
Source
git
Distribution
zip
Requires
  • neos/neos-ui: ^7.3 || ^8.3
MIT
  • #neos
  • #react
4281a3a08f916b27a3946d21dc1f408a10ad769b

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