/Django-DataTable

DataTable js for Django

Primary LanguagePython

Introduction

I've created this repo to share my code with the community: DataTable.js

In the repo, you can find classes to implement DataTable.js to your Django app.

I've created DataTableFactory class to get appropriate DataTableFactory.

You can find an example DataTableFactory by exploring AWSDataTableFactory class.

Also, DataTableView class is implementing DataTableFactory class.

Hopefully, it helps you.