button element not showing in list

For those following this thread, herewith a summary of this new feature, working and fully functional, thanks to Rob and the team, this plugin places a nice button on the list.

this JS code will give you access to all the rows selected, and in turn, any element data.......

Code:
Object.each(rows, function (row) {
var foo = row.tablename___elementname_raw;
alert(foo);
// further JS code here....
});

Get the latest update from GIT to update the working version.

Paul
 
  • Like
Reactions: rob
hi rob, just a quick one, can you think offhand of any reason why
Code:
Object.each(rows, function (row) {
console.log(row);
});
would not work across all lists? with the new JS button?
console says row is blank
it works on 1 list, but another list exhibits this problem?
 
hmm - does one use "group by" and the other doesn't ? Which two URLs do you have set up and which one is not working?
 
Yup, you hit nail on head, the working list uses a group by, the non-working one has no group by.

You welcome to peek when you got time,

working list : My Playlist (id:3)
non-working : My Panels (id:8)

the js does work, except the Objects are blank.

Paul.
 
We are in need of some funding.
More details.

Thank you.

Members online

Back
Top