WP DataTable
============
WP DataTable is a [Wordpress](https://wordpress.org) plugin for insertion of static or dynamic [DataTable](https://datatables.net) to any blog post or page..

# Syntax
```
[wp-datatable id="ID"]
  paging: false,
  responsible: true,
  search: true,
//.. and more - see https://datatables.net/reference/option for full reference
[/wp-datatable]
```

- ***id*** - (*optional*) specifies ID of existing table to which datatable functionality should be applied
- `CONTENT` - optional datatables configuration

# Installation
* Download plugin to *wp-content/plugins* directory
* Activate plugin in admin section
* Use shortcode in pages/posts
