Skip to content

AppNation/flutter_web_data_table

 
 

Repository files navigation

flutter_web_data_table

A DataTable for Flutter Web that is implemented a sorting, text filtering and selecting.

example.gif

Usage

Using WebDataTable is similar to PaginatedDataTable.

Sorting

  1. set WebDataTableSource().sortColumnName and WebDataTableSource().sortAscending
  2. implements WebDataTable().onSort
  3. each WebDataColumn().sortable to true

Text Filtering

  1. set WebDataTableSource().filterTexts

Selecting

  1. set WebDataTableSource().primaryKeyName
  2. implements WebDataTableSource().onSelectRows

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dart 93.2%
  • HTML 3.0%
  • Ruby 2.7%
  • Other 1.1%