Skip to content

agrogers/web2py_datatables

Repository files navigation

The application has one user: admin and password: admin

I don't think you need to be logged in to access the /application/datatables/show

Python 3 Required.

The files you need to make the integration work are:
====================================================
Python Packages:
----------------
* simplejson (install using 'pip install simplejson')
    - https://stackoverflow.com/questions/718040/how-to-install-simplejson-package-for-python
    - https://pypi.org/project/simplejson/

Application Files:
------------------
controllers 
> datatable.py

models
> common_datatables.py
> common_functions_public.py

static
> css
>> multi-select.css
>> web2py-datatables.css

>img
>> switch.png
>> icons\set1\svg\expand.svg
>> icons\set1\svg\edit-pencil.svg

>js
>> datatable\datatable_web2py.js
>> common.js
>> imagepicker.js
>> jquery.multi-select.js
>> jquery.quicksearch.js
>> web2py.js (optional - slightly modified)

views
> datatable
>> add.html, edit.html (not sure why I need these. I don't want them)
>> files.load
>> show.html


About

A pretty replacement for web2py's smartgrid

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published