diff --git a/README.md b/README.md index c43fda0..07bc452 100644 --- a/README.md +++ b/README.md @@ -14,10 +14,6 @@ Place `index.js` in the `${DIRECTUS_PROJECT_ROOT_FOLDER}/extensions/layout/board ## Usage - You must set a field interface to *dropdown* to choose as a Group By option. -## Current limitation -- No paging feature! I highly prioritize to add it. -- Many group derives too heavy API & SQL request. - # License This repository is licensed under the GPLv3 License. See the LICENSE file for details. diff --git a/src/board.vue b/src/board.vue index 0ddd004..a6d332a 100644 --- a/src/board.vue +++ b/src/board.vue @@ -1,6 +1,6 @@