WP Manifestindependent plugin directory
manifest / content / wdt-compare-details

Compare-Details for wpDataTables

wpDataTables Compare add-on

by Navigation North · github.com/navnorth/wdt-compare-details · website

1stars
0forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/navnorth/wdt-compare-details/archive/refs/heads/stage.zip

wpDataTables Compare Add-On

Copyright (c) 2021 Navigation North, released under GPLv3

This project has been funded at least or in part with Federal funds from the U.S. Department of Education under Contract Number 91990018C0058. The content of this publication does not necessarily reflect the views or policies of the U.S. Department of Education nor does mention of trade names, commercial products, or organizations imply endorsement by the U.S. Government.

Description

Add-on for the wpDataTables plugin (https://wpdatatables.com) providing the ability to compare details on two or more data table records in a modal.

Frequently Asked Questions

No Frequently Asked Questions

Screenshots

No screenshots available.

Changelog

1.2.1

  • Compare buttons were enabled globally and not per table
  • Compare column lost the tab index
  • Applied frontend alternating row colors in Admin
  • fixed issue with Max Comparison by making separate instances per table.

1.1.1

  • Updated for compatibility with wpDataTables 3.2
  • Set data to display blank when NaN
  • Hid unused tabs and buttons in the column settings modal.
  • Added default link button text whenever editor forgets to provide it.
  • Tested compatibility with php 7.3 and 7.4
  • Fixed issue with displayed Compare column while Compare addon is disabled on newly created table.
  • Filtered “Settings Open” observer to only run when the target element is found.
  • Removed unnecessary javascript and php files.

1.0.1

  • fix commenting bug for page titles with -->

1.0.0

  • Initial development