Skip to content

Commit

Permalink
27/09/2023
Browse files Browse the repository at this point in the history
  • Loading branch information
tomjerry committed Sep 27, 2023
1 parent 1b4a77d commit ab84987
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/screens/data_anggota/data_anggota.dart
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ class _DataAnggotaState extends State<DataAnggota> {
rows: List<DataRow>.generate(snapshot.data!.docs.length, (index) {
DocumentSnapshot data = snapshot.data!.docs[index];


return DataRow(cells: [
DataCell(Text(data['no_anggota'])),
DataCell(Text(data['nama'])),
Expand Down

0 comments on commit ab84987

Please sign in to comment.