SoftwareBrothers / adminjs

AdminJS is an admin panel for apps written in node.js

Home Page:https://adminjs.co

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Want to add new list option without url and want on click event on that

harshdagariya opened this issue · comments

I want to add "Pin functionality" on listing. But when I tried to add custom resource it automatically create href but I don't want href and I want to add my custom method on that when user click on that pin button, so how can I achieve that?

Resources in AdminJS refer to data collections, I'm not sure what you're trying to achieve. Don't you simply need a Pin button next to a record in list?