Codeigniter Live Table Create Read Update Delete Data using Ajax

preview_player
Показать описание
Learn How to Create Single page Live table or Inline table CRUD application in Codeigniter using Ajax. How to make Live table Add edit delete Mysql data operation application using Ajax in Codeigniter. How to Insert Update Delete in Codeigniter using Ajax. How to Implement Codeigniter CRUD Application using Ajax jQuery.

Рекомендации по теме
Комментарии
Автор

Thank you for sharing such a good tutorial. It works perfectly.

muradwakeupict
Автор

you are doing a great job really really helpful videos thank you soo much

bilalzahid
Автор

Sir please explain how to update two table in codeigniter using ajax

pkkumar
Автор

Just add a little more functionality like checking if data actually changed (get the old data on focus and compare it the changed data on blur and only do ajax update of they are not the same to save some processing time and bandwidth).

sherifsalah
Автор

Not updated and deleted :( undifiend id. What should I do ?

pasinduanjana
Автор

Didnt work for me :(
I just have the captions of the table

Kixxz
Автор

i am really searching for crud operation with just inline tables, not a data table, thank you sir.. you are my life savvier...
Love from India....
my one and only request is please teach login through google autho and save data to database, thanks in advance.

unboxkarunadu
Автор

Can you show how to delete a record with a nice bootstrap confirmation window rather than the default plain looking local host message

westfield
Автор

how to make an id autoincrement with input string

princekapoor
Автор

it's not working .. only the heading is showing

hellobaby
Автор

Another addition .. please don't reload the whole table on insertion just prepend the new added row to the table body on success response from the server with the inserted id and voila less processing and fast reloading

sherifsalah