Skip to content

weseek/growi-plugin-datatables

Repository files navigation

growi-plugin-datatables

This GROWI's plugin add button whose adapt DataTable to table.

DataTable is extended by following features.

  • Changing order: "None (descriptive order)" -> "Ascending" -> "Descending" -> ... (loop)
    • You can change the order by clicking the sort button on the right side of the column header
  • Numerical values are in natural order
    • ex. "2.4m", "4.5m", "10.9m", ... (Ascending)
  • Scrolling vertically (Max table height: 500px)
  • Extension buttons
    • "Column visibility" button: Toggle column visibility
    • "SearchPanels" button: Filter rows for each column (by search value, by select value)
    • "Copy" button: Copy the table
    • "CSV" button: Download the table in CSV format
    • "Print" button: Print the table

before adapt

image

after adapt and filter with "carnivore" and sort by "Name"

image

image