jsonary-js / jsonary

Quickly assemble clients for JSON-based APIs (powered by JSON Schema)
http://jsonary.com/
MIT License
122 stars 14 forks source link

- static options for adaptive table: pagingRows #146

Closed Ognian closed 10 years ago

Ognian commented 10 years ago

By setting such an option

Jsonary.options = {
    adaptive_table: {
        pagingRows: 30
    }
};

the paging can be changed...

Ognian commented 10 years ago

@geraintluff have you been able to take a look on this? Do you know a better way...

geraintluff commented 10 years ago

Sorry, slipped off my radar.

Looks good - merging it in.

geraintluff commented 10 years ago

Should I bundle it into a release?

Ognian commented 10 years ago

actually this is not needed since adaptive table is included separately and I combine than everything into a bundle with the closure compiler... If you can, take a look at the closure compiler warnings #145 ... Thanks Ognian