This commit is contained in:
2021-05-20 22:42:52 +02:00
parent a2366d85e0
commit 3e9313d500
3 changed files with 75 additions and 53 deletions

View File

@@ -111,7 +111,15 @@
</div>
<script type="text/javascript">
const tables = [{id: '#my-table'}, {id: '#other-table'}];
const tables = [{
id: 'my-table',
sm_md: 450,
md_lg: 800
},{
id: 'other-table',
sm_md: 450,
md_lg: 800
}];
</script>
<script src="js/index3.js"></script>
</body>