What is the difference between pageblocktable and datatable in vf pages ?
Answer / Deepika Singh
PageBlockTable is a standard Apex UI component used for creating tables in Visualforce pages. It provides basic table functionality, such as sorting and pagination, but does not support complex features like dynamic column rendering or row actions. DataTable, on the other hand, is a JavaScript-based component that provides more advanced features than PageBlockTable, including customizable columns, sorting, filtering, and pagination. However, it requires more manual coding and may not be as intuitive to use.
| Is This Answer Correct ? | 0 Yes | 0 No |
Types of Sharing Rules in Salesforce and Explain it?
Explain data validation rules contain?
What is named credential in Salesforce?
What are Trigger events? & context variables?
What are various standard exceptions that salesforce throws?
What are the best practises for improving visualforce performance ?
What is a standard report and custom report?
Which are the possible ways to search within salesforce?
How will you prevent a set of users from accessing a specific field?
Why I am not able to find list of person account fields in field level security (fls) settings when navigated to fields on account object?
How do you implement the locking functionality of records in apex ?
List the important methods in list, set and map