R
R
Roman Rakzin2015-06-01 16:46:14
JavaScript
Roman Rakzin, 2015-06-01 16:46:14

Pagination in AngularJs?

Good afternoon.
There is an array of data and a table with .
How can I filter the values, for example, from 11th to 20th,
as is done in pagination.
Thanks

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Albert Gazizov, 2015-06-01
@WaZZuP

Values ​​should be filtered on the server side by passing page parameters to the called REST service.
On the client side, you can either use one of the ready-made solutions,
for example - https://github.com/michaelbromley/angularUtils/tre...
or write your own implementation.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question