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
brad4kronosbrad4kronos 

Simple grid control for CRUD on a custom object?

I am trying to create a tab that displays as a grid where the rows indicate records and the columns indicate fields on a custom object.  I would like this grid control to support Create, Read, Update and Delete for field values as well as records (objects)

Is there such a thing in the toolkit or a sample that someone is willing to share?
    Brad