You need to sign in to do that
Don't have an account?

want some thing like this design
I want to make following image in Salesforce. Is it possible in Salesforce?

Please help me. if it is possible. I want some help. It's urgent
Please help me. if it is possible. I want some help. It's urgent
Hi TNOPPV5 Trunk,
for that design try to use salesforce lightningdesignsystem css framework for the table..u can get very easlly thta design..
https://www.lightningdesignsystem.com/
from above link download the resource and upload into the static resource..
<apex:stylesheet value="{!URLFOR($Resource.SLDS0110, 'assets/styles/salesforce-lightning-design-system-vf.css')}" />
salesforce-lightning-design-system-vf.css find this css file
example:
<div class="slds">
<apex:datatable styleclass="slds-table slds-table--bordered">
</apex:datatable>
</div>
if u have any doubts go through the below link and let me know.i will do it for u...
https://www.lightningdesignsystem.com/components/data-tables/
I am trying to fetch last 1000 address of Accounts and using group by on Shipping State and Country. I want to fit ( adjust) this result in above design.
Still design is not able to get and also fetch 1000 address. if possible give me some hint or idea or share some code.
Thanks