Forum Discussion
_anomDiebolt_
7 years agoQrew Elite
See this example and focus on the position of the button:
Process Selected Records
https://haversineconsulting.quickbase.com/db/bgcwm2m4g?a=dr&rid=462
In the code you will find this statement that inserts the button atop the report:
Process Selected Records
https://haversineconsulting.quickbase.com/db/bgcwm2m4g?a=dr&rid=462
In the code you will find this statement that inserts the button atop the report:
$("table[qbdbid=" + dbidTable + "] tr:first").before("<tr><td><a href=# id=QBU_Button class='Vibrant Success'>Process Selected Records</a></td></tr>");My suggestion is to first paste your code into the console to rapidly see the result.