Skip to content

Commit

Permalink
feat(pagination): update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Leotheluck authored and dpellier committed Jul 29, 2024
1 parent 38f533e commit fdd4ada
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ export class OdsPagination {
@State() current: number = 1;

@Prop({ reflect: true }) public defaultCurrentPage: number = 1;
/** @docType OdsPaginationPerPage */
@Prop({ reflect: true }) public defaultItemsPerPage: ODS_PAGINATION_PER_PAGE = ODS_PAGINATION_PER_PAGE.min;
@Prop({ reflect: true }) public isDisabled: boolean = false;
@Prop({ reflect: true }) public labelTooltipNext?: string;
Expand Down

0 comments on commit fdd4ada

Please sign in to comment.