This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* Recognizes mData sent from DataTables where dotted notations represent a related | |
* entity. For example, defining the following in DataTables... | |
* | |
* "aoColumns": [ | |
* { "mData": "id" }, | |
* { "mData": "description" }, | |
* { "mData": "customer.first_name" }, | |
* { "mData": "customer.last_name" } |