DataGrid has an extremely simple and flexible API. This allows developers to begin using DataGrid very quickly, and allows them to access even advanced features with ease. DataGrid ships with examples covering virtually all features of the grid, that provide a simple and effective way of showing how to use the API. We've taken a few of these examples to convey some idea of the simplicity of using DataGrid in any PHP application.
DataGrid with AJAX features
View Data
Dependent dropdown lists (regions and countries)
Tabular(inline) layout for filtering
AJAX paging, details
Tree PostBack methods: GET, POST and AJAX
etc.
Demo Download
Database:
-- phpMyAdmin SQL Dump
-- version 2.11.5
-- http://www.phpmyadmin.net
--
-- Host: localhost
-- Generation Time: Nov 15, 2013 at 06:37 AM
-- Server version: 5.0.51
-- PHP Version: 5.2.5
SET SQL_MODE="NO_AUTO_VALUE_ON_ZERO";
--
-- Database: `sales`
--
--
-- Table structure for table `calling_info`
--
CREATE TABLE `calling_info` (
`call_id` bigint(255) NOT NULL auto_increment,
`Mobile` varchar(255) NOT NULL,
`com_name` varchar(255) NOT NULL,
`telesales` varchar(255) NOT NULL,
`call_date` varchar(255) NOT NULL,
`call_date1` datetime NOT NULL,
PRIMARY KEY (`call_id`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=1005 ;
0 comments:
Post a Comment