jurietylier's avatar

How to Insert data without getting at page 1 in pagination im using laravel and jquery

when i use .table on load href in jquery it will getting back to page number 1 anyone have an idea about this?

0 likes
5 replies
jurietylier's avatar

@MohamedTammam $('.table').load(location.href+ ' .table'); whats the alternative way to refresh the table without using this because im having trouble in pagination when save data is success when i use $('.table').load(location.href+ ' .table'); this it will go back to page 1

Please or to participate in this conversation.