Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: [SOLVED] Pagination
Post: RE: Pagination

Thank you a lot kilishan!!!! This works! Code: -- $companyModel    ->where('user_id', 1)    ->paginate(20, 'group1'), -- This DONT work Code: -- $companyModel    ->paginate(20, 'group1...
2,435 Views
2 Replies
05-23-2019, 04:34 AM
gabrielcantarin
  Heart Thread: [SOLVED] Pagination
Post: [SOLVED] Pagination

Using this method the pagination is working fine! But how can I filter the data? For example I'm logged with user id: 1 and I want to see only companies that belongs to this user. Using the instanc...
2,435 Views
2 Replies
05-22-2019, 12:48 PM
gabrielcantarin

Theme © iAndrew 2016 - Forum software by © MyBB