Crazylife's avatar

value will became null when datatable pagination

I want to save all the value edited by the user. E.g. Value only saved where the pagination is active only, other pages will became null value. How can i ensure value from all pages will be saved.

I am using below code to get and store the value get from datatable.

{!! Form::open(array('url'=>'storeID/'.$id)) !!}
<td>{!! Form::text('max_' . $items->id,  old('max', $item->max_qty) !!}</td>
0 likes
0 replies

Please or to participate in this conversation.