Files
customlistview/README.md

30 lines
727 B
Markdown
Raw Permalink Normal View History

2020-12-21 09:18:57 +01:00
## CustomListView
2020-12-21 09:20:33 +01:00
Mendix listview with finegrained control over react elements and rendering
2020-12-21 09:18:57 +01:00
## Features
2020-12-21 09:25:06 +01:00
![Preview](https://raw.githubusercontent.com/IncentroBA/customlistview/main/img/preview.png?raw=true)
2020-12-21 09:20:33 +01:00
2020-12-21 09:18:57 +01:00
## Usage
2020-12-21 09:26:10 +01:00
For development:
Create customwidgets folder in root of project directory
Git clone this repo into customwidgets folder
Open command prompt in cloned folder
npm i
npm run dev / npm run build
Widget can now be used inside Mendix.
For plain usage:
Copy MPK file in releases to widgets directory.
2020-12-21 09:18:57 +01:00
## Demo project
2020-12-21 09:26:10 +01:00
Not available yet.
2020-12-21 09:18:57 +01:00
## Issues, suggestions and feature requests
2020-12-21 09:26:10 +01:00
https://github.com/IncentroBA/customlistview/issues
2020-12-21 09:18:57 +01:00
## Development and contribution
2020-12-21 09:31:27 +01:00
[Bart Onstee](https://github.com/bartonstee)