Questions tagged as 'paginacion'

0
answers

How to incorporate a page paging in Vuejs?

I am in the process of learning with this framework ( vue. js ) and I need to find a way to add a page in a table, by which, it should be expanded as more objects are added and then list them in the table and limit the number of items to be disp...
asked by 18.07.2018 / 18:22
0
answers

Paginacion ListView Android Studio

I currently had a listview where I showed    movements until here all right, the problem is that now I would like to add page, so I show 10 and then with a little arrow or something of that happen to the next 10. , This is my ListView...
asked by 17.01.2018 / 19:36
1
answer

Read a File and Divide it by PHP Pages

Good I have the code portion to read a file and show it $file = fopen("../assets/libros/el_libro_de_la_sabiduria/cap_01.htm", "r") or exit("Unable to open file!"); $getline = ''; while(!feof($file)) { $getline .= fgets($file). "<br /&g...
asked by 09.11.2018 / 19:08
0
answers

erroneous behavior of the knp paginator bundle

I have two queries dql which I am paging with the knp paginator bundle. One for a generic search and another for the advanced search. public function returnGenericSearchData(Request $request) { $em = $this->em; $container = $this-&g...
asked by 13.11.2018 / 16:25
0
answers

Paging comments mysqli and JSON

I have this code to page comments and answers but does not recognize it: ListaDeComentarios.php: require_once ("Conexion.php"); $memberId = 1; $commentId = $_POST['comentario_id']; $likeOrUnlike = 0; if($_POST['like_unlike'] == 1) { $likeOrUn...
asked by 28.07.2018 / 03:37