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
Rashitra DhanasekaranRashitra Dhanasekaran 

while creating the table i'am getting this error as "Missing required attribute value in <apex:dataTable>"why i'am getting that error?

Manohar kumarManohar kumar

Hi Rashitra,

can you pls share your code .

your code should suppose to look like this.

<apex:dataTable value="{!accounts}" var="account" id="theTable">
    <apex:column value="{!account.name}"/>


</apex:dataTable>


Thnaks,

Manohar