Back to school sale! Save up to 50%
Grab Yours

There is no built-in option, but you can use wpdatachart callbacks. Every chart exposes several options that customize its look and feel. Charts usually support custom options appropriate to that visualization. You can use it for adding options that are available in Highcharts API. In this callback in method wpDataChartsCallbacks 19 is the ID of the chart which you want to change. Insert this script above shortcode of your chart on the page.

<script type="text/javascript">
jQuery(window).on('load',function(){
    if( typeof wpDataChartsCallbacks == 'undefined' ){ wpDataChartsCallbacks = {}; }
    wpDataChartsCallbacks[16] = function(obj){
        obj.options.plotOptions = {
            series: {
                     dataLabels: {
                        enabled: false
                     }
            },
            pie: {
                  allowPointSelect: true,
                  cursor: 'pointer',
                  dataLabels: {
                       enabled: false
                  },
                  showInLegend: true
            }
        };
    };
});
</script>

Requirements and flow for the customization:
– Customer request some custom work by providing detailed instructions about it and temporary WordPress admin credentials (if there is some example)
– Our development team will estimate the price and time which depends on the complexity of the request and business logic of company is this will be implement in core of plugin
– After the agreement, we are proceeding to the payment via PayPal
– After received payment, customer provide us temporary WordPress admin credentials​ and we start working on that request

Included support covers help with bugs and general inquiries for the plugin features, but not writing custom code.
As you’re developing some custom solution if you need our assistance we can offer you our paid customization service.

Please note that standard support does not include:

– Customization services;
– Installation services;
– Writing MySQL queries;
– Writing advanced CSS;
– Resolving and debugging third-party software and hardware issues;
– Preparing files and tables;
– Skype, Teamviewer calls, Remote sessions or etc.
Support with such requests can be provided on a paid basis.

Yes you can. From Version 1.1, which is released 13.07.2018, Gravity integration for wpDataTables has:

      1.)    Server-side processing for large tables – if a gravity form has more than 3000-5000 entries, this feature allows to add lazy loading to the table.

      2.)   Front-end editing for Gravity Forms-based tables – using this feature you can edit the Gravity forms entries directly from wpDataTables (a standard Gravity editor will appear in a popup).

Note: Please use with wpDataTables 2.2.3+ only!

We created a Sandbox site so that you could try our WordPress table plugin before you buy it. It has a number of pre-defined WordPress tables illustrating the plugin features, and you’re free to create a table in WordPress and see how the plugin works.

Also is available free wpDataTables Lite version of the plugin. While some of the premium features are reduced, wpDataTables Lite is still quite a handy tool which would allow you to quickly create tables in WordPress from different sources: Excel, CSV, JSON, XML and Serialized PHP array.

Wait, Before You Download!

To get your hands on wpDataTables Lite, please enter your email address below. We’ll send you a direct download link and keep you updated on existing features along with helpful tips and tricks!

By continuing, I accept Privacy Policy and T&C
Mail Box