try pagination templ

This commit is contained in:
Sas Andy
2024-05-08 13:28:03 +07:00
parent 8f2104270d
commit ad26d88feb
12 changed files with 554 additions and 42 deletions

View File

@@ -3,7 +3,6 @@ package services
import (
"fmt"
"strconv"
"time"
"github.com/emarifer/go-templ-project-structure/db"
"github.com/emarifer/go-templ-project-structure/models"
@@ -574,7 +573,7 @@ func (ug *ServicesMasterMenuUserGroup) GetUserGroupByID(id string) (models.UserG
data = v
}
}
time.Sleep(5 * time.Second)
// time.Sleep(5 * time.Second)
return data, nil
}