https://github.com/ziadasem/dynamic-table-widget
https://github.com/ziadasem/dynamic-table-widget
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ziadasem/dynamic-table-widget
- Owner: ziadasem
- Created: 2021-08-17T22:54:10.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-08-17T22:54:47.000Z (over 4 years ago)
- Last Synced: 2025-01-10T20:17:03.924Z (about 1 year ago)
- Language: Dart
- Size: 66.4 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Dynamic Table Widget
dynamic table filled dynamcliy with different data and different widgets for each row
## Widget Parameters
first parameter **List of Strings** for the columns heads and it should be equal to columns number
second parameter **list** is for the data to be filled in each row.
third parameter **List of widgets** is for the widgets in each row.
fourth parameter **String** is for table title.
fifth parameter **bool** and it is default to be true is for showing or hiding checkboxes for each row