This website requires JavaScript.
Explore
Help
Sign In
Website
/
Manager
Watch
1
Star
0
Fork
You've already forked Manager
0
Code
Releases
11
Activity
da225d7213
Manager
/
style
/
default
/
js
/
demo
/
datatables-demo.js
5 lines
103 B
JavaScript
Raw
Blame
History
// Call the dataTables jQuery plugin
$
(
document
)
.
ready
(
function
(
)
{
$
(
'#dataTable'
)
.
DataTable
(
)
;
}
)
;
View Git Blame
Copy Permalink