diff --git a/README.md b/README.md index deb6f7d..3268bdd 100644 --- a/README.md +++ b/README.md @@ -56,6 +56,7 @@ Documentation ------ I'm in the process of enhancing documentation and moving it out of the README. + [Basic Usage](https://github.com/cnizzdotcom/cakephp-datatable/wiki/Basic-Usage-v1.2.0) Ordering and conditions supplied via DataTables work "automagically" and nothing else is needed. Deep relations using the ContainableBehavior will break the response due to the way conditions work within that behavior. To get around this it is recommended that the LinkableBehavior be used instead. See: https://github.com/dereuromark/tools/blob/master/Model/Behavior/LinkableBehavior.php