83

Product support

Get help in the plugin support forum.

  • Added on Oct 31, 2019
  • Current version: 1.0.3
  • Platform Compatibility
    v3.x not tested
    v2.x not tested
    v1.x use latest
  • License: Regular / Extended
  • Created by

Categories

Datatables

Component for view big data tables on pages in Ajax-mode.

Attention! This plugin does not currently support data editing (only visualization and modification of the displayed data). If the plugin will be of interest and users will be interested in further development, then I will add record editing and support for other data types for fields at the level of the plugin's internal mechanism (for example, an image or a checkbox).

Features

This plugin based on Jquery DataTables plugin and Datatables Php Library (PHP ^7.1.3)

  • Very easy settings in visual mode and starting work
  • Work in Ajax-mode
  • Support Laravel Model data
  • Support PHP-native SQLite and Mysql drivers
  • Use this plugin for generate Json-data outputs for your projects (not in Datatables component context)
  • Support all functions Datatables Php Library
  • Support environment customisation by loading the appropriate libraries from DataTables site
  • Save the settings of your data and exchange between used projects with one click, it is much more convenient than writing code every time. Saved Plugin settings from Demo-site available in folder "impexp".

My others quality plugins:

  • UniDoc(Generate Excel, Word (PhpOffice), Pdf (Snappy || mPDF || TCPD || Dompdf) documents easy on fly and make manipulations with files)
  • Expander (Extend all available models: adding all types custom fields +attributes for model with in database save, and controllers: extends lists and adding custom Behaviors with built-in CMS tools in easy visual mode)
  • Multi Domains (Create multiple domains or url and bind this to arbitry theme or page/staticpage with extending routing rules use single CMS installation)
  • Back To Front (Components for creates All Backend Widgets in Frontend pages: Lists, Search, Filter, Forms, FormWidgets, MediaManager, Reports and manage this items)
  • Backend Menu (Complete change and reconfiguration of all menus in backend: adding, rename, move, hide, icons adding and change)
  • Backend Popup (Quick modify records in backend controllers lists in modal popup mode)
  • Auto SEO (Full SEO automate. Generate SEO tags based on rules and page content data)
  • Desktop application builder (Free experimental plugin. Easy make Desktop Application on OctoberCMS base)
  • Shortcodes Engine (Free plugin. Core plugin for includes shortcodes in page content, support Static pages)
  • Include Content (Free plugin. Include content on page from other site or file)
  • AdSense (Free plugin. Enables to use AdSense on page)

Why is this plugin paid?

  • This is not a trivial plugin and it took a lot of time to develop it;
  • You are guaranteed to receive support;
  • You help the OctoberCMS project to develop, as 30% of the payment goes to its development
Data table on frontend

To start working with the plugin, just create presets in the plugin settings and place the component on the page. Do not forget to add assets from the below on Code section page in onStart() function.

title = "DataTablesClientSideTest"
url = "/datatables"
layout = "default"
is_hidden = 0

[Datatables]
presets = 0
==
<?php
function onStart()
{
    foreach ($this->assets['css'] as $value) $this->addCss($value);
    foreach ($this->assets['js'] as $value) $this->addJs($value);
}
?>
==
{% component 'Datatables' %}
1.0.3

Fixed "Import/Export" for correct Demo upload on new installation.

Dec 02, 2019

1.0.2

Fixed bug empty settings.

Nov 05, 2019

1.0.1

Initialize plugin.

Oct 31, 2019