Extension DataTables View


Extension Basics

Title
DataTables View
Name
datatablesview
Type
Core extension
Description
Provides an interactive tabular view for DataStore resources using the DataTables jQuery plugin with sorting, filtering and pagination.
CKAN versions
Download-Url (zip)
Download-Url commit date
2024-01-01
Url to repo
Category
Visualization & Analytics


Background Infos

Description (long)
Show details

Automatically creates interactive table views for resources stored in the DataStore. Built into CKAN core, requires DataStore extension.

Version
Version release date
2024-01-01
Contact name
CKAN Team
Contakt email
Contact Url
(not set)


Installation Guide

Configuration hints

Provides interactive data tables with DataStore integration. Configure table appearance, pagination, state saving, and responsive behavior. Requires DataStore to be enabled for resources.

Plugins to configure (ckan.ini)
datatables_view
CKAN Settings (ckan.ini)
#ckan.plugins = datatables_view #ckan.datatables.page_length_choices = 10 25 50 100 #ckan.datatables.state_saving = false #ckan.datatables.state_duration = 7200 #ckan.datatables.data_dictionary_labels = true #ckan.datatables.ellipsis_length = 100 #ckan.datatables.date_format = YYYY-MM-DD #ckan.datatables.default_view = true
DB migration to be executed
(not set)
<< back to Extensions