b-pagination-table

A pagination table for BootstrapVue with AJAX fetch and server side pagination options.

MIT License

Downloads
51
Stars
1
Committers
1

Bot releases are visible (Hide)

b-pagination-table - Latest Release

Published by ianef 6 months ago

https://github.com/XactSystems/b-pagination-table/compare/v2.0.0...v2.0.1

b-pagination-table -

Published by ianef 6 months ago

Update Vue to 3.4 and add @vue/compat as a requirement for consumers.
Update axios to 1.0. Replace url-parse with the URL browser API.
Move eslint and browserlist configs to files. 0b39c87
Add engines.node to satisfy np. 36e10b3

https://github.com/XactSystems/b-pagination-table/compare/v1.0.27...v2.0.0

b-pagination-table - Fix issue with page length when pagination disabled.

Published by ianef about 2 years ago

  • Fix issue with page length when pagination disabled. 4f92bf9

https://github.com/XactSystems/b-pagination-table/compare/v1.0.25...v1.0.27

b-pagination-table - Add header-left and header-right slots.

Published by ianef about 2 years ago

b-pagination-table -

Published by ianef over 2 years ago

  • Fix selected item issues when changing pages if filtered or sorted. ef062ea

https://github.com/XactSystems/b-pagination-table/compare/v1.0.22...v1.0.24

b-pagination-table - Track selected rows across pages

Published by ianef about 3 years ago

Track selected rows across pages and re-display when changing pages.
Add the getAllSelectedRows() method to retrieve the selected items across all pages.
Document the methods in the README file.

ee534bf

https://github.com/XactSystems/b-pagination-table/compare/v1.0.21...v1.0.22

b-pagination-table -

Published by ianef about 3 years ago

b-pagination-table -

Published by ianef about 3 years ago

  • Save the control state after $nextTick. Use arrow functions for $nextTick. 5a5556c

https://github.com/XactSystems/b-pagination-table/compare/v1.0.19...v1.0.20

b-pagination-table - Allow newer versions of axios

Published by ianef over 3 years ago

b-pagination-table - Update the readme to notate the header slots and filter props.

Published by ianef over 3 years ago

Update the readme to notate the header slots and filter props. b4a0c6e

https://github.com/XactSystems/b-pagination-table/compare/v1.0.17...v1.0.18

b-pagination-table - Custom filtering and header slots

Published by ianef over 3 years ago

Add pageLengthCols and searchCols attributes for the header control widths. These both default to 3.
Add the 'header' slot for adding custom elements between Page Length and Search.
Add the 'search' slot and filter-function prop to allow customer filtering by replacing the in-built search control and additional filter elements.
If the filter-function prop is defined, the inbuilt search input will not be displayed. 3e7e12b

https://github.com/XactSystems/b-pagination-table/compare/v1.0.16...v1.0.17

b-pagination-table - Fix issue with record counts when filtering from 0 results to 1 or more.

Published by ianef over 3 years ago

  • Fix issue with record counts when filtering from 0 results to 1 or more. 5ac7aa1
  • Fix pagination issue when filtering the list down to one page from many. d602c9d

https://github.com/XactSystems/b-pagination-table/compare/v1.0.15...v1.0.16

b-pagination-table - Add ID attribute to assign to the table element. Add missing displayError method.

Published by ianef over 3 years ago

b-pagination-table - Fix pagination issue when using SSP.

Published by ianef over 3 years ago

b-pagination-table - Fix current page error when changing the page length.

Published by ianef over 3 years ago

b-pagination-table - Update dist folder in npm.

Published by ianef almost 4 years ago

b-pagination-table - Fix bug with table ref not setup on immediate watcher.

Published by ianef almost 4 years ago

b-pagination-table - Remove uneccessary parameter.

Published by ianef almost 4 years ago

b-pagination-table - Refactor the URL fetch process

Published by ianef almost 4 years ago

Refactor the URL fetch process and use an items provider function for SSP requests. Also add a refresh prop.

b-pagination-table - Fix for incorrect "to" record number in pagination footer.

Published by ianef almost 4 years ago