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