CONTENTS OF THIS FILE
---------------------

 * Introduction
 * Requirements
 * Installation
 * Configuration
 * Maintainers

INTRODUCTION
------------

  In some situation, we cannot use views to generate table output as per the business requirements.
  In this situation, we need to write custom module to display the table records.
  Ajax Datatables is a javascript API to render the datatables by passing 
  the customized array data generated by any other custom module.
  This module always useful for developers, who will create a customized array data to display the datatables.
  This module uses the datatables plugin.  
  
  You can find more information about this plugin in the below link,
   - https://datatables.net

  Usage : 

    This module also provides Example User List Block to describe how to implement
    the datatables using custom array data.

    -> To render the datatables, please refer the block file included in this module.
    -> To generate the custom array records, Please refer the Controller file included in this module.

REQUIREMENTS
------------

This module requires no modules outside of Drupal core.

INSTALLATION
------------

 * Install the Ajax Datatables module as you would normally install a 
   contributed Drupal module. Visit https://www.drupal.org/node/1897420 
   for further information.

CONFIGURATION
-------------

 This module does not require any configuration.


MAINTAINERS
-----------

Current maintainers:
  Elavarasan R - https://www.drupal.org/user/1902634
