DataTables - Server-side Processing in Codeigniter using Ajax

preview_player
Показать описание
Рекомендации по теме
Комментарии
Автор

Nice tutorial. I love this, you have showed me direction .
God bless

sokoyaphilip
Автор

For those who are experiencing slow loading speed, change get_filtered_data() inside function:
$this->make_query();
return

cecironalejoiii
Автор

Really, I learn so many your direction . Thanks a lot . waiting for next

mohammaduzzwal
Автор

Thanks a lot for such an amazing and brief tutorial

sameedulhassan
Автор

Sir thanks, for this helpful concept.

shahadatkhan
Автор

thank Stephen for a so helpful tutorial. It works fine with CodeIgniter 3 but in CodeIgniter 4 there is a challenge. Empty data is sent to datatable. I replaced all php magic function $_POST with codeigniter 4 equivalent $this->request->getpost(). This is an example of how I made the changes $this->request->getpost("search")["value"]), considering the fact that the first bracket is for the $_POST array notation. How do I make the code CodeIgniter 4 compliant?

alphonsesossou
Автор

Why is it that even though I only return specific rows from database using "where" clause, it somehow returns all the data?

maruko
Автор

i've a CodeIgniter online project. but it is too much slow. How can I fast loading system? please help me.

sultanbuyan
Автор

I have 20k records and it's taking 15 sec to load. Is there any other to load fast records? From where you are getting the $_POST["draw"]? In my senario, all the records are displaying but pagination not displaying.

narendraverma
Автор

Thanks a lot! Very good tutorial. It works!

hac
Автор

the link in the description only got half of the source code can you provide a git link if possible for the whole source code thank you

historylined
Автор

Should be easiest filtering that data with Angularjs in the front end? thanks.

matiasvaldiviezo
Автор

Thank you for your valuable videos. Could you please create a video CRUD transactions by using stored procedures. I don't know how to call stored procedure using Codeigniter framework.

rajachikkala
Автор

hi, the example worked, but i don't know why i have this issue, in the model i wanted to add a WHERE clause, where the id = the id who is actually logged, but it doesn't work and still fetching ALL THE DATA ignoring the clause

jccastillo
Автор

Hi how can i implement update and delete button because after searching the next option is always update or delete

kanatechsystems
Автор

Great Video !!! As always you usually do !! Thanks a lot !!

jorgeabarca
Автор

Can we fix a where condition with the query ? I tried but didnot work

SHIVANAN
Автор

Thanks!!! I hope you use your voice soon

daoanimation
Автор

Please, how can I style individual row with this datatables setup?

frodasever
Автор

why Can't I load my data, Do i need to create a <tbody>?

rommypun