Package Exports
- @knowmax/genericlist-core
- @knowmax/genericlist-core/dist/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@knowmax/genericlist-core) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Knowmax Generic list with basic CRUD support
Core implementation for Knowmax Generic list with basic CRUD support without any user interface.
Strongly opinionated, but flexible enough to be used in a variety of scenarios.
Features
- Create, Read, Update, Delete (CRUD) operations
- Restore functionality for deleted items
- Filtering, sorting, and pagination support
- Observable state management with MobX
- TypeScript support with full type safety
- Flexible endpoint configuration
- Error handling for all operations
Restore Functionality
The GenericCudList class now includes restore functionality to restore previously deleted items. See RESTORE_FUNCTIONALITY.md for detailed usage instructions.