foundation
Use a Foundation Reveal Modal to display the main editing form.
Please note - this property requires the Editor extension for DataTables.
Description
If you are using DataTables and Editor in a Foundation styled site, you will likely wish to use the Foundation Reveal Modal to display your editing form in so it fits in seamlessly with the rest of your site.
The foundation display controller is included in Editor's Foundation integration files and it will automatically set the display option's default value to be foundation (so you don't need to specify it explicitly).
Options
There are no special options or actions required when using the Foundation modal display controller with Editor, simply include the Foundation integration file for Editor!
Type
This option can be given in the following type(s):
Example
Initialise Editor with the Foundation display controller:
var editor = new DataTable.Editor({
ajax: 'php/index.php',
table: '#myTable',
display: 'foundation'
});