DataTables Plus Trial

Get the most out of DataTables with DataTables Plus.

Start your free 15 day trial by clicking the button below:

Start DataTables Plus trial

Using the trial key

Installation of DataTables Plus is done in exactly the same way as with the base DataTables software - use the download builder! Select the components you want, and then install as needed for your project (CDN, download, npm, etc).

The single difference for DataTables Plus is that you provide your license key to DataTables. This is done with the DataTable.key() method before you initialise a DataTable:

// License key
DataTable.key('trial_1_20261008:GL6ZSk1KdScK...');

// Use DataTables and the DataTables Plus features!
const table = new DataTable('#myTable', {
    // Configuration options
});

For more details on using a license key, see the DataTables Plus installation documentation. You might also be interested in details on how the licensing works.

After your trial

If you decide to purchase a license, firstly, thank you! Your purchase helps to keep DataTables evolving. Secondly, to upgrade from the trial key to your purchased license key, simply replace the trial key in your code with the new licensed key. No other changes are required, and it will not affect the data being displayed or modified by DataTables and its extensions.

If you decide not to purchase a license, DataTables will drop back to its evaluation mode and show a notice on the page. Again, the data being displayed or stored will not be effected.