Glimmer DSL for LibUI v0.5.17 Release Notes

    • Ensure disabling pagination buttons in refined_table if page is at beginning or end
    • Add a "of #{page_count} pages" label after the text control in refined_table pagination area
    • Page count ("of #{page_count} pages" label) can be shown by setting visible_page_count: true in refined_table options
    • Correct initial page option passed to refined_table if out of range
    • If refined_table model_array has no more than a single page of data, then hide pagination buttons