Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
31 |
Tags
- 함수
- 파이썬
- 클래스
- set
- 코틀린
- 크롤러
- python
- kotlin
- variable
- map
- 플러터
- import
- pushnamed
- 다트
- animation
- DART
- textstyle
- ML
- Collection
- function
- Android
- Flutter
- crawler
- package
- 웹크롤러
- text
- List
- Class
- 콜렉션
- texttheme
Archives
- Today
- Total
목록DataTable (1)
조용한 담장

DataTable Material Design 의 데이터 테이블을 그려주는 Flutter Widget 이다. DataTable class DataTable({Key key, @required List columns, int sortColumnIndex, bool sortAscending: true, ValueSetter onSelectAll, double dataRowHeight: kMinInteractiveDimension, double headingRowHeight: 56.0, double horizontalMargin: 24.0, double columnSpacing: 56.0, @required List rows }) columns 리스트는 표의 첫 행에 들어가는 데이터 리스트 이며 각 열의 이름..
Flutter
2019. 11. 4. 11:24