This package is used in conjunction with the jQuery plugin (http://http://datatables.net/), and supports state-saving detection with (http://datatables.net/plug-ins/api). The package consists of a class-based view, and a small collection of utilities for rendering table data from models.
Project description
Datatable View
This package is used in conjunction with the jQuery plugin DataTables, and supports state-saving detection with fnSetFilteringDelay. The package consists of a class-based view, and a small collection of utilities for rendering table data from models.
Dependencies:
Features at a glance
DatatableView
, a drop-in replacement forListView
that allows options to be specified for the datatable that will be rendered on the page.MultipleDatatableView
for configurating multiple Datatable specifications on a single viewModelForm
-like declarative table design.- Support for
ValuesQuerySet
execution mode instead of object instances - Queryset caching between requests
- Customizable table headers
- Compound columns (columns representing more than one model field)
- Columns backed by methods or callbacks instead of model fields
- Easy related fields
- Automatic search and sort support
- Total control over cell contents (HTML, processing of raw values)
- Search data fields that aren't present on the table
- Support for DT_RowData
- Customization hook for full JSON response object
- Drop-in x-editable support, per-column
- Customizable table templates
- Easy Bootstrap integration
- Allows all normal dataTables.js and x-editable Javascript options
- Small library of common column markup processors
- Full test suite
Documentation and Live Demos
Read the module documentation at http://django-datatable-view.readthedocs.org.
A public live demo server is in the works. For version 0.8, we will continue to keep the live demo site alive at http://django-datatable-view.appspot.com/ Please note that 0.8 does not reflect the current state or direction of the project.
You can run the live demos locally from the included example project, using a few common setup steps.
$ git clone https://github.com/pivotal-energy-solutions/django-datatable-view.git
$ cd django-datatable-view
$ mkvirtualenv datatableview
(datatableview)$ pip install -r requirements.txt
(datatableview)$ datatableview/tests/example_project/manage.py migrate
(datatableview)$ datatableview/tests/example_project/manage.py loaddata initial_data
(datatableview)$ datatableview/tests/example_project/manage.py runserver
The example project is configured to use a local sqlite3 database, and relies on the django-datatable-view
app itself, which is made available in the python path by simply running the project from the distributed directory root.
Authors
- Autumn Valenta
- Steven Klass
Copyright and license
Copyright (c) 2012-2018 Pivotal Energy Solutions. All rights reserved.
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this work except in compliance with the License. You may obtain a copy of the License in the LICENSE file, or at:
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for django-datatable-view-0.9.0.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | b6fe9d8eb76873dc53a4b73c372f6cf0bfc7d04ea5f78197bda93534d33a8d8a |
|
MD5 | 956b97eec266214a78566fec334202b2 |
|
BLAKE2b-256 | 81ab1b94454eb7a96e6931cb7295e0b61cadb0270300283e65ab96ffade88a02 |
Hashes for django_datatable_view-0.9.0-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | bd3c535b18542609b48b913c5f46b701007cb3e321dbcc16d543711a919521f0 |
|
MD5 | 5be89734ecdc838103fc24387f2199e9 |
|
BLAKE2b-256 | 71b944e03a0d066261b72565229e5be6292ff23b8eae38b0032d422868b9a4f5 |