datatable reload with parameter from another datatable
Senin, 21 Mei 2018
Add Comment
![]() |
refresh logo |
How to reload datatable in jquery with parameter from another datatable? just add this script and modify according to your requirements.
tabel1.on( 'select', function ( e, dt, type, indexes ) {
if ( type === 'row' ) {
var data = tabel1.row( '.selected' ).data();
$("#jnsselect").val(data[0]);
tabel2.ajax.reload();
}
});
0 Response to "datatable reload with parameter from another datatable"
Posting Komentar