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. 2. 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