Skip to content

Commit 8574c80

Browse files
committed
add page_size config support in apijson-table
1 parent 4c0adad commit 8574c80

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

uliweb_apijson/apijson/templates/vue/inc_apijson_table.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -357,6 +357,9 @@
357357
if (this.config.add_fields!=null) {
358358
this.add_items = this.config_add_fields
359359
}
360+
if (this.config.page_size!=null) {
361+
this.query_count = this.config.page_size
362+
}
360363
}
361364
if (this.func_init!=null) {
362365
this.func_init(this)

0 commit comments

Comments
 (0)