Displayed all games on one page
This commit is contained in:
parent
99f2c94346
commit
1caa6da2f0
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@ document.getElementById('owned_nav').classList.add('active')
|
||||||
async function loadOwnedGames() {
|
async function loadOwnedGames() {
|
||||||
|
|
||||||
var boardgame_datatable = new DataTable('.boardgame_table', {
|
var boardgame_datatable = new DataTable('.boardgame_table', {
|
||||||
"pageLength":50,
|
"pageLength":-1,
|
||||||
ajax: {
|
ajax: {
|
||||||
url: api_url + '/owned?filter_expansions_out=true',
|
url: api_url + '/owned?filter_expansions_out=true',
|
||||||
dataSrc: ''
|
dataSrc: ''
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue