QTableView
QTableView is a widget that provides a table view that you can use in your application.
Example
import { QTableView } from '@vixen-js/core';
const tableView = new QTableView();
Learn more about QTableView
in: https://doc.qt.io/qt-6/qtableview.html