tutsntechs
tutsntechs
  • Видео 3
  • Просмотров 6 254
Part03- Jquery DataTable with CodeIgniter Using Server Side Processing
Using server side processing is great when you have huge database. DataTables provide an efficient way to handle this situations, but integrating server side processing is a bit tricky. This tutorial is a step-by-step integration of famous Jquery Datatable with CodeIgniter.
This is Part-03 of the tutorial, and the last part here we are going to fix the search and filter.
Link to Part-01 : ruclips.net/video/4vx48HC4uD8/видео.html
Link to Part 02 : ruclips.net/video/gwBojnsmwbE/видео.html
Full Text Tutorial : www.tutsntechs.com/tutorials/details/jquery-datatable-with-codeigniter-using-server-side-processing
Database : github.com/datacharmer/test_db
DataTable : datatables.net/download/
Bootstrap :...
Просмотров: 1 001

Видео

Part02- Jquery DataTable with CodeIgniter Using Server Side Processing
Просмотров 1,1 тыс.4 года назад
Using server side processing is great when you have huge database. DataTables provide an efficient way to handle this situations, but integrating server side processing is a bit tricky. This tutorial is a step-by-step integration of famous Jquery Datatable with CodeIgniter. This is Part-02 of the tutorial in which we will be fixing the sorting issue that we left in the previous tutorial. Full T...
Part01- Jquery DataTable with CodeIgniter Using Server Side Processing
Просмотров 4,2 тыс.4 года назад
Using server side processing is great when you have huge database. DataTables provide an efficient way to handle this situations, but integrating server side processing is a bit tricky. This tutorial is a step-by-step integration of famous Jquery Datatable with CodeIgniter. This is Part-01 of the tutorial, here we will simply intergrate the datatable with codeigniter, but we do face some issues...

Комментарии

  • @iturraldec
    @iturraldec 2 года назад

    too much faster: // ordenar registros a cargar $columns = $this->input->get('columns'); $order = $this->input->get('order'); $this->db->order_by( $columns[$order[0]['column']]['data'], $order[0]['dir'] );

  • @avithorat3103
    @avithorat3103 3 года назад

    thank you very much sir you saved my life

  • @asalaz20
    @asalaz20 3 года назад

    Hola amigo, cuando lo hago con JOIN me da error AJAX en el search

  • @truthteachers
    @truthteachers 3 года назад

    Honestly, the tutorial was badly presented. The tutor was talking to himself like a programmer in the corner. Worse, he was fumbling on errors and did not explain the code line. Especially about the 'response part'. Unfit for beginners.

  • @Onyecode
    @Onyecode 3 года назад

    please can you do a tutorial using select option to filter the data

  • @satishksharma
    @satishksharma 3 года назад

    Please make this video with codeigniter 4.

  • @divyabharathy2228
    @divyabharathy2228 4 года назад

    Im from India. ..thanks for Ur tutorial

  • @KadriManaj
    @KadriManaj 4 года назад

    very good tutorial 5 stars

  • @userid5286
    @userid5286 4 года назад

    thanks for the video, i have a question, how to search in more than 1 column ??? for example; when searching first name + lastname at the same time...i can't fix that ;(

    • @tutsntechs9349
      @tutsntechs9349 4 года назад

      Can you give some case example, as why you needed this? So I can reply to you accordingly. Because as far as datatables are concerned, it already searching for all the columns.

  • @trendingentertainment9841
    @trendingentertainment9841 4 года назад

    Thanks for great knowledge

  • @nabeelahmed2748
    @nabeelahmed2748 4 года назад

    Thank you for clear tutorial.