data_table_2

(★ 256)

In-place substitute for Flutter's DataTable and PaginatedDataTable with fixed/sticky header and extra features

File Explorer

  • .gitattributes
  • .gitignore
  • .metadata
  • analysis_options.yaml
  • CHANGELOG.md
  • data_table_2.iml
  • demo.gif
  • GHPAGES_BUILDS.md
  • LICENSE
  • pubspec.yaml
  • README.md

# Use via CDN

jsDelivr

jsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.

Command Glossary

Commands referenced in this DOCs, explained below.

🔍

size

View Details ▼

Display the sizes of sections inside binary files.

size {{path/to/file}}

Display the size of sections in a given object or executable file:

size {{[-o|--radix=8]}} {{path/to/file}}

Display the size of sections in a given object or executable file in [o]ctal:

size {{[-d|--radix=10]}} {{path/to/file}}

Display the size of sections in a given object or executable file in [d]ecimal:

// repository documentation