31 lines
1.4 KiB
Markdown
31 lines
1.4 KiB
Markdown
# oracle-apex-kanban-board
|
|
|
|
# Kanban Board Component for Oracle APEX
|
|
|
|

|
|
|
|
This Kanban Board component is inspired by the **Material Kanban Board Plugin**, using it as a UI (HTML-CSS) reference. You can see the inspired plugin [here](https://github.com/McRange/Material-Kanban-Board).
|
|
|
|
Unlike the original Material Kanban Board Plugin which is implemented as a **Region Type**, this component is built as a **Template Component Type**, providing more flexibility and better integration within APEX.
|
|
|
|
## Key Features
|
|
|
|
- **Drag and Drop**: Implemented using the `dragula` JavaScript library.
|
|
- **Auto Scroll During Drag**: Enabled by the `dom-auto-scroll` library to improve the user experience during long board drags.
|
|
- **High Performance**: Thanks to its lightweight and efficient implementation, the component performs exceptionally well even with many cards.
|
|
- **Oracle APEX Integration**:
|
|
- Fully compatible with **Faceted Search**
|
|
- Supports **Pagination**
|
|
|
|
## Demo
|
|
|
|
You can try the demo using the link below:
|
|
|
|
👉 [Click here to view the demo application](https://apex.oracle.com/pls/apex/r/ordibu/demo)
|
|
|
|
[Buy me a coffee🙂]([https://apex.oracle.com/pls/apex/r/ordibu/demo](https://buymeacoffee.com/orblg))
|
|
|
|
---
|
|
|
|
Feel free to customize and extend the component based on your needs.
|