Skip to content

Instantly share code, notes, and snippets.

@espenmn
Last active November 18, 2022 18:18
Show Gist options
  • Select an option

  • Save espenmn/64724699a07d88989cc9839b61db3a92 to your computer and use it in GitHub Desktop.

Select an option

Save espenmn/64724699a07d88989cc9839b61db3a92 to your computer and use it in GitHub Desktop.
<script>
jQuery(document).ready( function () {
jQuery('.datatable').DataTable({
'processing': true,
'data': [
['Tiger Nixon', '1' ],
['Garrett Winters', '2'],
],
columns: [
{ title: 'Name' },
{ title: 'Position' },
],
})
});
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment