This commit is contained in:
Daniel 2025-07-01 17:19:54 +08:00
parent 0ca321f8d4
commit e98dcf65b6
No known key found for this signature in database
GPG key ID: 86211BA83DF03017
6 changed files with 30 additions and 20 deletions

View file

@ -168,7 +168,3 @@ func (table *Table) Sort(attrView *AttributeView) {
func (table *Table) Filter(attrView *AttributeView) {
filter0(table, attrView)
}
func (table *Table) Group(attrView *AttributeView) {
group0(table, attrView)
}