Skip to content

Commit

Permalink
Add javascript section on the documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
atsanna committed Mar 18, 2024
1 parent f6fabef commit 010dd85
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 7 deletions.
19 changes: 13 additions & 6 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 4 additions & 1 deletion docs/javascript/javascript.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
## DataTables Javascript
# DataTables Javascript
We instantiate the class

## The Javascript class
This class allows you to obtain a complete script to execute datatables.

```php
$javascript = new \atsanna\DataTables\Javascript\DataTablesScript();
```
Expand Down

0 comments on commit 010dd85

Please sign in to comment.