i want to use gridjs width my own Table.
What i have is:
<script>
$("table#myTable").Grid
(
({
pagination: true,
from: $("table#myTable").current
})
);
</script>
But the script say me
Uncaught TypeError: container is undefined
Can you Help me Please.