table_view_ex 0.1.6
table_view_ex: ^0.1.6 copied to clipboard
A more feature rich data table control built on TableView with sortable, resizable and rearrangeable headers and customized styling
import 'package:flutter/material.dart';
import 'my_app.dart';
void main() {
runApp(const MyApp());
}