{% extends 'layout.twig' %} {% block content %}
Data Tables by Supsystic
Creating tables and charts on a WordPress website has never been easier thanks to this powerful data table maker plugin. With just a few clicks, WordPress users can have their data table online quickly and displayed exactly the way they want it. And the best part? Data Tables Generator is lightweight and fast.

Support

Our official support hours are 09:00 -18:00 GMT+02:00, Monday to Friday – excluding bank holidays and other official holidays.

The timescales listed below refer to these working hours.


Support requests are prioritized based on the type of license:

  • Pro Support is reserved for customers with an active Pro license. We respond to new priority support requests within 12 hours.

  • Standard Support is provided to customers with an active Free license. We respond to standard support requests within 24h-48h.


While we don’t guarantee that we will resolve the request in this time period, we will acknowledge it and communicate with the customer as appropriate to help resolve the issue.

{% import '@core/form.twig' as form %} {{ form.open('post', environment.generateUrl('overview', 'sendMail'), { 'id': 'form-settings', 'style': 'max-width: 100%;', '_wpnonce': _wpnonce }) }} {{ form.row(translate('Name') ~ ' *', form.text('name', SG_USER_NAME, { 'required': '' })) }} {{ form.row(translate('Email') ~ ' *', form.text('email', contactForm.email, { 'required': '' })) }} {{ form.row(translate('Website') ~ ' *', form.text('website', contactForm.website, { 'required': '' })) }} {{ form.row(translate('Subject') ~ ' *', form.text('subject', '', { 'required': '' })) }}
{{ form.close() }}

FAQ and Documentation

Data Tables Plugin Installation
How to use Data Tables Generator plugin?
How to make table responsive?
How to search by the table?
How to sort the table?
How to use formulas in the table?
How to format content of the table?
Check all FAQs

Video tutorial

Our promo video

Server settings

    {% for title, element in serverSettings %}
  • {{ title|trim }}:
    {{ element.value|trim }}
  • {% endfor %}
{% if environment.isPro() == false %} {% endif %}
{% endblock %}