Forum Discussion
- _anomDiebolt_Qrew EliteUse this replacing the dbid of your table:
$("table[qbdbid=bjzwp57js] tr:first").hide();
- MichaelGraham2Qrew Assistant Captainexcellent... works a dandie!
- MickGrahamQrew TraineeSomeone one asking where to put the code for this.
Its part of the Image On Load Technique
https://haversineconsulting.quickbase.com/db/bgcwm2m4g?a=dr&rid=293 - GaryBoydQrew Assistant CaptainHi Dan,
This works really well, however it only hides the header on the first report. I've embedded several reports in different tabs, so I want it to apply to all of them. If using different tables, this works for the first embedded report of each table, whether in same or different tabs.
A click 'Full Report' and nothing happens out come is better in my situation, if it applies to all reports - previously disabled the 'More' button with your help (link below), but can't seem to get there for 'Full Report'.
$("#ViewOtherOps").remove();
https://community.quickbase.com/quickbase/topics/hide-sorting-and-grouping-on-more-drop-list-of-a-re... - GaryBoydQrew Assistant CaptainHas this technique stopped working for anyone else? It was hiding the header a few weeks ago and is not now. No changes made & code page is loading.
Use this replacing the dbid of your table:$("table[qbdbid=bjzwp57js] tr:first").hide();
- SiniWickramasinQrew CadetHi Dan,
This single line of code seems like a great idea.....I followed the IOL method but its not working for me. Has this been disabled in QB now? - AustinKQrew CommanderNothing seems to have happened. I just tested it and it works fine. Maybe you are not replacing the dbid inside the line with your own? Does the single line work for you in console, ignoring IOL for now?