send & receive multiple files

This commit is contained in:
Starccy
2021-10-17 21:27:10 +08:00
parent b16b2bc1b4
commit eea85b9b5a
3 changed files with 43 additions and 4 deletions

View File

@@ -24,6 +24,11 @@ class Grid: Behavior {
{
return this.$(tbody>tr:current);
}
function getCurrentRows()
{
return this.$$(tbody>tr:checked);
}
function getCurrentColumn()
{