Angularjs is a very popular front-end application, nowadays each web application has two separate layers instead of a single application. A separate layer means one front-end application which is created on the backbone, angularjs etc and another back-end application, which is created on server-side languages like php,java,.net and ruby etc.
Misc
Angular Datatables with Child Rows Using Directive
in This article, I will let you know Angular Datatables with Child Rows Using Directive. We have earlier posted an article Angular Datatable Pagination, Sorting and Searching Using Ajax . Sometimes we need to show details information about the row and we are creating a new page to show a little detailed information about the […]
Angular Datatable Pagination, Sorting and Searching Using Ajax
Angular Datatable is an angular module for provides a datatable directive along with datatable options helpers. Angular Datatable module helps to create beautiful grid listing in your angular application using angular directive.
Simple Angular DataTable Example with Angular 13
jQuery datatable is a very popular and featured jQuery grid plugin. This angular tutorial help to integrate jQuery datatable with angular 13. Angular 13 is an updated version of angular 2.
How To Insert/update Data Using $wpdb
In this tutorial, I will let you know insert, update and delete record in wordpress. WordPress is a very popular open source in PHP. WordPress has a lot of inbuilt functionalities, which is basic for any website and blog.