Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ig3/saltcorn-table-view
An experimental view plugin for saltcorn
https://github.com/ig3/saltcorn-table-view
Last synced: 14 days ago
JSON representation
An experimental view plugin for saltcorn
- Host: GitHub
- URL: https://github.com/ig3/saltcorn-table-view
- Owner: ig3
- Created: 2022-09-25T19:51:48.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-10-12T15:07:54.000Z (about 2 years ago)
- Last Synced: 2024-11-06T15:26:15.162Z (2 months ago)
- Language: JavaScript
- Size: 122 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# saltcorn-table-view
This is a [saltcorn](https://github.com/saltcorn/saltcorn) plugin providing
a Table view.It is an experiment to fix
[Issue#1385](https://github.com/saltcorn/saltcorn/issues/1385)
but the issue has been addressed by removing the faulty search form
entirely so this plugin is no longer relevant. Per the response to the
issue, don't use the search form: use filters.This view is based on the List view of the saltcorn base-plugin. The
configuration parameters are reorganized to fix
[Issue#1385](https://github.com/saltcorn/saltcorn/issues/1385).It is a small change: properties from the Options section of configuration
workflow are saved to context field options instead of default_state, with
references to the properties from this section modified accordingly.Otherwise, it is as the original List view.
## Loading
Pending publication to npmjs...
* Clone the repository
* npm install
* In local saltcorn
* Settings > Modules
* Click the elipses icon at top right and select Add another module
* Name: saltcorn-table-view
* Source: local
* Location: full path to this repository
* Click CreateIt should load. It did in my test.