tableView
A table view is a user interface component that presents data in a vertical, scrollable list of rows, optionally grouped into sections. Each row is rendered by a cell that displays content such as text, images, or controls. Table views are commonly used to show lists of items like contacts, messages, or settings.
A table view operates with a data source and a delegate. The data source provides the number
Common features include support for editing and rearranging rows, inserting or deleting items, and adding header
Platform variations exist. In iOS, UITableView is the standard table view component, with a well-established data