Using PHPMaker 2020 and the Preview Extension which works a treat, I have the little plus sign and when clicked it expands the list as expected
As the bottom of the expanded list I also have two icons
One looks like a table and one is a search
I would like to remove them ?
Pointers appreciated
Regards
John B
i think this works:
.icon-md-view {
visibility: hidden !important;
display: none;
}
.icon-table {
visibility: hidden !important;
display: none;
}
Thank You, err which section within the List Page, Page Load ?
Regards
John B
Hi
Need to be placed under styles / user
Sorry am I being a being a bit thick
I assumed the code would be added in the Code (Server Events,Clients Scripts, and Custom Templates) an then the List Page and then Table Specific and the List page
Not sure where Styles / User is found
Regards
John B
arbei
April 23, 2020, 1:20am
6
It is the HTML → Styles → User tab, see the topic HTML Settings in the help file.
Thank you - works a treat
Regards
John B