Extension Partial View


Extension Basics

Title
Partial View
Name
ckanext-partialview
Type
Public extension
Description
CKAN extension that adds a partial view plugin that shows only the first few rows of tabular data in the resource preview, with configurable row limits.
CKAN versions

~2.10.0, ~2.11.0

Show details

These CKAN Versions are exactely matched:

Download-Url (zip)
Download-Url commit date
2025-06-04
Url to repo
Category
Content Management


Background Infos

Description (long)
Show details

ckanext-partialview

A CKAN extension that adds a partial view plugin for CKAN resources. This extension shows only the first few rows of tabular data in the resource preview, providing a quick overview without loading the entire dataset. The number of displayed rows can be configured through the CKAN configuration file using the ckanext.partialview_max_rows setting. The extension is particularly useful for large datasets where a full preview would be resource-intensive or where only a sample of the data is needed for understanding the structure.

Features

  • Configurable maximum number of rows to display
  • Support for various tabular data formats
  • Lightweight preview functionality
  • Easy integration with existing CKAN installations

Installation

Install via pip from the GitHub repository and enable the plugin in your CKAN configuration.

Version
~1.0.0
Version release date
2025-06-04
Contact name
Ondics
Contakt email
(not set)
Contact Url
(not set)


Installation Guide

Configuration hints

Add ‘partialview’ to ckan.plugins in your configuration file. Configure the maximum number of rows using ckanext.partialview_max_rows setting.

Plugins to configure (ckan.ini)
partialview
CKAN Settings (ckan.ini)
## Partial View Configuration # Maximum number of rows to display in partial view # ckanext.partialview_max_rows = 100
DB migration to be executed
(not set)
<< back to Extensions