Segnalazione #288
Octonet: persistenza della selezione per mass-edit
Start date:
06/07/2017
Due date:
% Done:
0%
Estimated time:
Description
Avendo cambiato la il caricamento della lista utenti da dom a ajax, la selezione per il mass edit della lista utenti non e' piu' persistente al cambio pagina, in quanto via ajax viene ricreato un nuovo dom della tabella, che contiene i dati di selezione.
Associated revisions
Use a Set(). refs: #288
Get all users in the current page. refs: #288
Persist also row selection between page changes. refs: #288
Cleanup and manage the button. refs: #288
History
Updated by Mark Caglienzi over 7 years ago
- Status changed from In elaborazione to Commenti
- Assignee changed from Mark Caglienzi to Christopher R. Gabriel
1b53ae29:
- Selezione resa persistente agganciandomi all'evento
draw.dt
di datatables - Funziona anche la selezione delle righe (inteso con il cambio di colore di sfondo) al cambio di pagina, compresa la deselezione
Mergiato in master e pushato
Updated by Christopher R. Gabriel over 7 years ago
- Status changed from Commenti to Chiuso
Ok, verificato, chiudo.
Persist the selected users, in a javascript array for the moment. refs: #288