ag-Grid Diff module for Drupal 8
-------------------------------------

Allows for diff comparing ag-Grid entered datasets.

Requirements
------------------

Of course, you will need the diff module:

 * Diff

And the following libraries dependencies:
 * php-htmldiff-advanced (Used for displaying the comparison as a rendered
   entity)

Installation
------------------

To use all the layout plugins provided by Diff please follow the next steps:

 * Use composer to download the required dependencies. Run:
   "composer require drupal/diff caxy/php-htmldiff"

 * Then, you can enable the aggrid_diff module.

 * Follow the link below for more information about composer and Drupal:
   https://www.drupal.org/node/2404989
