listview Message if Empty
Content Type: Widget
Categories: User Interface
Overview
Pluggable web widget to display custom input in case a listview is empty.
Documentation
ListviewMessageIfEmpty
Pluggable web widget to display custom input in case a listview is empty. The widget also works with nested listviews.
Typical usage scenario
When an empty listview should have a custom message in case it's empty.
Features and limitations
Features
Place a listview inside the widget. Place other text / widgets inside the empty listview widget section.
- Install NPM package dependencies by using:
npm install. If you use NPM v7.x.x, which can be checked by executingnpm -v, execute:npm install --legacy-peer-deps. - Run
npm startto watch for code changes. On every change:- the widget will be bundled;
- the bundle will be included in a
distfolder in the root directory of the project; - the bundle will be included in the
deploymentandwidgetsfolder of the Mendix test project.
Limitations
The widget doesn't really do any more than described.
With nested listviews, you would need to use another Listview Message If Empty to configure the inner listview(s).
Dependencies
A listview, selected by the same classname as defined in the widget.
Installation
Install the widget and configure it:
- Place a listview widget inside the 'Listview widget ' section.
- Add the text / widget(s) for when the listview is empty inside the 'Empty Listview content' section.
Configuration
- Insert a classname to select a listview.
- Configure a message to show if the listview is empty.
- Boolean to toggle show / hide listview bottombar
Bugs
none known at this moment.
Releases
Version: 2.0.9
Framework Version: 9.12.0
Release Notes:
Fix that in some cases the listview is not returned.
Version: 2.0.8
Framework Version: 9.12.0
Release Notes: Update:
- project package
- widget icons
- design mode preview
Version: 2.0.7
Framework Version: 9.12.0
Release Notes: Update project package
Version: 2.0.6
Framework Version: 9.12.0
Release Notes: Improve selector for checking listview
Version: 2.0.5
Framework Version: 9.12.0
Release Notes: Update package
Version: 2.0.4
Framework Version: 9.12.0
Release Notes: Update project package
Version: 2.0.3
Framework Version: 9.12.0
Release Notes: Improve the selector
Version: 2.0.2
Framework Version: 9.12.0
Release Notes: Improved code, more stable
Version: 2.0.1
Framework Version: 9.12.0
Release Notes: Remove console logs
Version: 2.0.0
Framework Version: 9.12.0
Release Notes: Rebuild the widget from the ground up.
Simplified usage and improved stability.