https://github.com/paraboly/pwc-filter
Automatically filter a set of data using a dynamic form.
https://github.com/paraboly/pwc-filter
Last synced: about 2 months ago
JSON representation
Automatically filter a set of data using a dynamic form.
- Host: GitHub
- URL: https://github.com/paraboly/pwc-filter
- Owner: Paraboly
- License: mit
- Created: 2019-12-03T18:54:28.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T05:36:21.000Z (over 3 years ago)
- Last Synced: 2025-03-15T20:03:33.710Z (about 1 year ago)
- Language: TypeScript
- Homepage:
- Size: 409 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 17
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README


[](https://github.com/Paraboly/pwc-filter)
[](https://www.npmjs.com/package/@paraboly/pwc-filter)
[](https://www.npmjs.com/package/@paraboly/pwc-filter)

[](https://opensource.org/licenses/MIT)
## [Live JSFiddle Example](https://jsfiddle.net/starikcetin/604c75pd/)
## Installation
### Script tag
- Put two script tags similar to this in the head of your index.html:
```html
```
- Then you can use the element anywhere in your template, JSX, html etc
### Node Modules
- Run `npm install @paraboly/pwc-filter --save`
- Put a script tag similar to this `` in the head of your index.html
- Then you can use the element anywhere in your template, JSX, html etc
### In a stencil-starter app
- Run `npm install @paraboly/pwc-filter --save`
- Add an import to the npm packages `import @paraboly/pwc-filter;`
- Then you can use the element anywhere in your template, JSX, html etc
# Usage
See: [Documentation](documentation.md).
## Future Plans
- [ ] Documentation
- [x] ~~LICENSE~~
- [ ] Deep data field search
- [ ] Automatic generation of the dynamic form
## Authors
S. Tarık Çetin (starikcetin), tarik.cetin@paraboly.com | cetinsamedtarik@gmail.com
## License
WebComponent PWC Filter is available under the MIT license. See the LICENSE file for more info.