Welcome Guest, Not a member yet? Register   Sign In
crud operations within datatables
#4

(This post was last modified: 07-03-2022, 11:46 PM by Ahmed Haroon.)

hi @spreaderman  i read the code of book_view.php its function add_book()

PHP Code:
function add_book()
{
save_method 'add';
$(
'#form')[0].reset(); // reset form on modals
$('#modal_form').modal('show'); // show bootstrap modal
//$('.modal-title').text('Add Person'); // Set Title to Bootstrap modal title


this will open a Modal form ... so, this is what i am Not looking for. already mentioned in my first post of this topic that " only Datatable for CRUD operations "
regards
screenshot: (like this)
[Image: Datatables-Add-Update-Delete.jpg]
Newbie here in CodeIgniter World !! Please appologize if any nonsense from me.  
environment: Windows 10, XAMPP 3.3.0, VS Code, SQLyog Community Ed. 
Reply


Messages In This Thread
RE: crud operations within datatables - by Ahmed Haroon - 07-03-2022, 10:30 PM
RE: crud operations within datatables - by nfaiz - 07-04-2022, 06:50 PM



Theme © iAndrew 2016 - Forum software by © MyBB