PSWriteHTML icon indicating copy to clipboard operation
PSWriteHTML copied to clipboard

New-HTMLTable - Filtering plugins

Open PrzemyslawKlys opened this issue 5 years ago • 0 comments

DataTables supports two different kinds of plug-in search methods. Review is required: https://datatables.net/plug-ins/filtering/

  • html | Strip HTML using DOM methods

  • phoneNumber | Make phone numbers searchable formatted or unformatted

  • accent-neutralise | Replace accented characters with unaccented counterparts

  • diacritics-neutralise | Replace accented characters (diacritics) with latin equivalents

  • range_dates | Filter the table based on two dates in different columns

  • range_numbers | Filter the data between two numbers (inclusive)

  • TableTools.ShowSelectedOnly | Show only selected rows, or all rows, through filtering

PrzemyslawKlys avatar Aug 22 '20 17:08 PrzemyslawKlys