Versions in this module Expand all Collapse all v0 v0.0.2 Sep 19, 2018 Changes in this version + var Generators = map[string]TableGenerator + var TableList = map[string]Table + func CheckInTable(columns []string, find string) bool + func GetNewFormList(old []types.FormStruct) []types.FormStruct + func GetPaginator(path string, pageInt int, page, pageSize, sortField, sortType string, size int) types.PaginatorAttribute + func GetStringFromType(typeName string, value interface{}) string + func InitTableList() + func RefreshTableList() + func SetGenerators(generators map[string]TableGenerator) + type Columns []string + func GetColumns(columnsModel []map[string]interface{}, driver string) Columns + type Table struct + ConnectionDriver string + Form types.FormPanel + Info types.InfoPanel + func GetManagerTable() (ManagerTable Table) + func GetMenuTable() (MenuTable Table) + func GetOpTable() (OpTable Table) + func GetPermissionTable() (PermissionTable Table) + func GetRolesTable() (RolesTable Table) + func (tableModel Table) DeleteDataFromDatabase(prefix string, id string) + func (tableModel Table) GetDataFromDatabase(queryParam map[string]string) ([]map[string]string, []map[string]template.HTML, types.PaginatorAttribute, ...) + func (tableModel Table) GetDataFromDatabaseWithId(prefix string, id string) ([]types.FormStruct, string, string) + func (tableModel Table) InsertDataFromDatabase(prefix string, dataList map[string][]string) + func (tableModel Table) UpdateDataFromDatabase(prefix string, dataList map[string][]string) + type TableGenerator func() Table