FLUTTER ECOSYSTEM

keyber-inc/flutter_web_data_table

keyber-inc/flutter_web_data_table open-source repository details.

flutter_web_data_table のプロジェクト画像
Stars
11
Forks
6
最終プッシュ(UTC)
2022/02/16
プロジェクト状態
公開中
Keyber Inc. GitHub avatar
GITHUB Organization

Keyber Inc. ↗

言語DartHTMLRubySwiftKotlinObjective-C

このリポジトリが公開するパッケージ

使用している依存関係

依存関係一覧 1 件
  • flutter{"sdk":"flutter"}

元の README

以下は英語原文のスナップショットです。最新版は GitHub をご覧ください。

README を開く / 閉じる

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