This CSS doesn’t work any longer in Brooklyn.
#sk-1lhXgJ-92 td:nth-child(3) #sk-1if7S8-779 th:nth-child(3){
display: none
}
Where #sk-1lhXgJ-92 is the tableId and the children are the elements I want to hide.
Here’s a sample XML page.
<skuidpage unsavedchangeswarning="yes" personalizationmode="server" showsidebar="true" useviewportmeta="true" showheader="true"> <models>
<model id="NewModel" limit="20" query="true" createrowifnonefound="false" datasource="salesforce" type="" sobject="Opportunity">
<fields>
<field id="AccountId"/>
<field id="Account.Name"/>
<field id="Account_Phone__c"/>
<field id="Address__c"/>
<field id="Alternate_Email__c"/>
</fields>
<conditions/>
<actions/>
</model>
</models>
<components>
<skootable showconditions="true" showsavecancel="true" showerrorsinline="true" searchmethod="server" searchbox="true" showexportbuttons="false" pagesize="10" createrecords="true" buttonposition="" mode="read" allowcolumnreordering="true" uniqueid="sk-1lhXgJ-92" model="NewModel">
<fields>
<field id="AccountId" hideable="true" uniqueid="fi-1lhcrF-135"/>
<field id="Account_Phone__c" hideable="true" uniqueid="fi-1lhcrG-136"/>
<field id="Address__c" hideable="true" uniqueid="fi-1lhcrG-137"/>
<field id="Alternate_Email__c" hideable="true" uniqueid="fi-1lhcrG-138"/>
</fields>
<rowactions>
<action type="edit"/>
<action type="delete"/>
</rowactions>
<massactions usefirstitemasdefault="true">
<action type="massupdate"/>
<action type="massdelete"/>
</massactions>
<views>
<view type="standard"/>
</views>
</skootable>
</components>
<resources>
<labels/>
<javascript/>
<css>
<cssitem location="inline" name="newcss" cachelocation="false">#sk-1lhXgJ-92 td:nth-child(3) #sk-1if7S8-779 th:nth-child(3){
display: none
}</cssitem>
</css>
</resources>
<styles>
<styleitem type="background" bgtype="none"/>
</styles>
</skuidpage>