Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

stripHTML to remove any HTML wrappers on the data prior to cell data being set #168

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on Jun 8, 2020

  1. Added functionality to allow cell data to be loaded from the last chi…

    …ld of a td so that platforms that generate excess HTML such as Verj.io can successfully integrate with DataTables. This functionality is set using columnDefs -> srcDataFromLastChild: true/false - default false
    Peter Cassell committed Jun 8, 2020
    Configuration menu
    Copy the full SHA
    fa3d921 View commit details
    Browse the repository at this point in the history
  2. corrected syntax error

    Peter Cassell committed Jun 8, 2020
    Configuration menu
    Copy the full SHA
    756c20d View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2020

  1. now use innerHTML for getting data rather than lastChild

    Peter Cassell committed Jun 9, 2020
    Configuration menu
    Copy the full SHA
    bec0697 View commit details
    Browse the repository at this point in the history