Multiple Wallet support, history of each wallet and updated payment page
This commit is contained in:
@@ -4,6 +4,7 @@ import 'package:pshared/models/payment/operation.dart';
|
||||
import 'package:pweb/generated/i18n/app_localizations.dart';
|
||||
import 'package:pweb/pages/report/table/row.dart';
|
||||
|
||||
|
||||
class OperationsTable extends StatelessWidget {
|
||||
final List<OperationItem> operations;
|
||||
final bool showFileNameColumn;
|
||||
@@ -21,7 +22,7 @@ class OperationsTable extends StatelessWidget {
|
||||
return Expanded(
|
||||
child: SingleChildScrollView(
|
||||
child: DataTable(
|
||||
columnSpacing: 24,
|
||||
columnSpacing: 20,
|
||||
headingTextStyle: const TextStyle(
|
||||
fontWeight: FontWeight.bold,
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user