Skip to content

My version of flutter web data table with no casesensitive search bar

License

Notifications You must be signed in to change notification settings

yelkamel/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

My version of flutter web data table with no casesensitive search bar

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Dart 88.2%
  • HTML 5.2%
  • Ruby 4.7%
  • Swift 1.4%
  • Other 0.5%