how to perform sorting,search,pagination in codeigniter

前端 未结 1 903
-上瘾入骨i
-上瘾入骨i 2021-01-23 11:02

I\'m a fresher in codeigniter. I want to search,sort and apply pagination to my table. I tried my best.when search code is working sorting may not work. i can\'t perform these t

1条回答
  •  时光取名叫无心
    2021-01-23 11:26

    use Bootstrap datatables. It has in built search, Sort and pagination too.


    Sample of My code

    In View

    In Controller

    $data[''] = $this->model_name->function_name();
    

    In Header

     
    
    
    

    Output

    0 讨论(0)
提交回复
热议问题