TableWidget constructor
const
TableWidget({})
Implementation
const TableWidget({
super.key,
required this.controller,
this.isDarkMode = false,
this.onDrillDown,
this.onSelectionChanged,
this.highlightMetadata,
this.multiCellSelections, // NEW: Optional multi-cell selections
this.onRefresh,
});