Skip to content

rewrite KloosterList.vue #54

@peer35

Description

@peer35

As KerkenList.vue.

  • Directly access original source:
    getFeaturesFromMap: function () {
      //return this.map.getLayerByLid('kerken').getSource().getFeatures();
      return this.map.getLayerByLid('kerken').getSource().getSource().getFeatures();
    },
  • Searchable and paginated table
        <b-input-group>
          <b-form-input
              v-model="keyword"
              placeholder="zoek"
              type="text"
          >
          </b-form-input>
        </b-input-group>
        <b-pagination
            v-model="currentPage"
            :total-rows="rows"
            :per-page="perPage"
            aria-controls="list-table"
        ></b-pagination>
        <b-table
            id="list-table"
            :items="filtered_items"
            :fields="fields"
            :per-page="perPage"
            :current-page="currentPage"
            selectable
            @row-clicked="selectKerk"
            small
        ></b-table>

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions