- Add a new API CSV_ReadLines that can be used to read dynamic columns- Fix the behavior of LoadCSV2RecordList when reach max line to read, but has invalid next line before: it will unnecessarily read invalid next line and cause error now: it will return without error.
- Added Tags
- Added descriptions missing in the elements on server actions and structures
- Updated the documentation
- Updated demo to reactive and added tooltips to some elements.
New Feature
- Load/Export selected attributes
- Custom header row when export
- Custom line separator when export
- Drop comment row flag when load
- Fix entity can not be loaded at Java Stack
- Fix Sample OML error
Fix Sample OML