tableParams = new ngTableParams({ page: 1, // show first page count: 10, sorting: { name: 'asc' }, filter: { name: undefined } } ...
確定! 回上一頁