adding an admin menu
adding an admin menu
mikool
Posts: 3Questions: 0Answers: 0
How would I go about adding an extra column for an admin menu where the user can click a link inside the column to edit, delete, or view the element in the row?
This discussion has been closed.
Replies
Allan
EDIT: I figured this out. In the documentation, they get the oObj.aData[0] using an index, but in my case I had to use the key oObj.aData['key'].