Smart table is an Angularjs module to display data into an HTML table in a gentle way. It supported many built-in features such as pagination, filtering, sorting, etc in a declarative way. These are common features of any table grid plugin.
Read MoreCategory: Angular

Angular 9 HTTP polling Data Using RxJs Observables
This angular 5 tutorial help to create data-pooling functionality using RxJs. We will create a simple HTTP rest consumer that will call every 5 sec using RxJS. The Observable help to add subscriber to get data from HTTP and set it to the class variable.
Read More
Smart table Server-side pagination with angular 8/9
This angular 5 tutorial help to add smart table server-side pagination into grid listing.Smart-table very popular and customizable open-source grid plugin for angular. You can integrate a smart table with angular1.4, angular 4/6/9 or 13.
Read More
JQXGrid Listing, Filter, Pagination With Angular 13
The jqxgrid very trending grid plugin in web applications.This tutorial help to create grid listing with pagination and sorting using jqxgrid and angular 13. This tutorial also lets you know how to install angular 13 and work with angular CLI.
Read More
AngularJS Smart Table with Add, Edit and Delete Records
This is Part II of angularjs smart-table tutorial.This smart-table tutorial help to add, edit and delete records using rest api. I am using angularjs Bootstrap modal directive to show view record modal window, add record modal window, and edit record modal window.