apex:datatable> Datatable in Visualforce
![Image](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgG1bh30vNnHTzgLLmLB1RyEOXQHo12t9doZc0j4myTyNOod67i2GfqRM8zNXIgFMKuif5itAU2U6fYVtlyBwIAWjJmDqWBSrN3nXyOzmUguXLyd_XXZjTRyi2PV8vPw9VyExR9GASkGyY/s320/datatable.png)
-- Visualforce-- <apex:page controller="mydatatable"> <apex:form > <apex:pageBlock > <apex:dataTable value="{!data}" var="dat" cellpadding="10" cellspacing="30" > <apex:column > <apex:facet name="header"> Ids</apex:facet> <apex:facet name="footer"> Ids</apex:facet> <apex:outputText > {!dat.id}</apex:outputText> </apex:column> <apex:column > ...