Show data Table with pagination (startRow, endRow, filter, sorting)

This commit is contained in:
Paolo Arena
2019-10-14 20:32:15 +02:00
parent 96b7b7a48b
commit 0ee08f8430
9 changed files with 265 additions and 44 deletions

View File

@@ -17,6 +17,8 @@ export interface IUserState {
surname?: string
password?: string
lang?: string
ipaddr?: string
perm?: number
repeatPassword?: string
tokens?: IToken[]
@@ -32,6 +34,7 @@ export interface IUserState {
isLogged?: boolean
isAdmin?: boolean
usersList?: IUserList[]
countusers?: number
}
export interface IUserList {