function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
TNOPPV5 TrunkTNOPPV5 Trunk 

want some thing like this design

I want to make following image in Salesforce. Is it possible in Salesforce? 

User-added image

Please help me. if it is possible. I want some help. It's urgent
vamsi krishna 106vamsi krishna 106

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/

TNOPPV5 TrunkTNOPPV5 Trunk
Hello Krishna,

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