Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make paging configurable #99

Merged
merged 1 commit into from
Feb 6, 2024
Merged

Make paging configurable #99

merged 1 commit into from
Feb 6, 2024

Conversation

Phocacius
Copy link
Member

@Phocacius Phocacius commented Feb 6, 2024

Add option paging on root level to disable paging in a DataManager or digitizer.

Summary of table-behaviour related fields, all on the root level:

name default description
paging true defines whether results should be paginated
pageLength 16 defines the number of results per page
inlineSearch true controls whether a search field is shown above the table allowing to filter within the displayed information

Example configuration:

poi:
  label: 'A digitizer'
  featureType:
    connection: geodata_db
    table: poi
    uniqueId: gid
    geomType: point
    geomField: geom
    srid: 25832
    filter: 'st_isempty(geom) = false'
  allowEditData: true
  allowDelete: true
  inlineSearch: false
  paging: false

@Phocacius Phocacius requested a review from frwg February 6, 2024 14:54
@frwg frwg merged commit ad2073f into develop Feb 6, 2024
@astroidex
Copy link
Member

done - added to documenation

@Phocacius Phocacius deleted the work/paging-configurable branch February 7, 2024 08:37
@astroidex astroidex added this to the 1.6 milestone Jun 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants