Salesforceのリストビューっぽい画面の作成

削除リンクの作り方

参考

次へ、前へ機能

参考

スタイル

  • アクションボタンのスタイルを変えるには、styleClassを設定する

<apex:column headerValue="アクション" styleClass="actionColumn"> <apex:commandLink action="/{!i.Id}/e" value="編集" styleClass="actionLink" />