Better inline editor.

This commit is contained in:
James Cole
2024-03-23 15:20:49 +01:00
parent 2f5c37048b
commit 4dcb38290e
8 changed files with 208 additions and 36 deletions

View File

@@ -20,7 +20,7 @@
import Get from "../../api/v2/model/transaction/get.js";
export default class TransactionDataSource {
export default class TransactionDataSource {
constructor() {
this.type = 'all';
this.rowCount = null;