Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 869 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 869 Bytes

Adminer-HideTables

Adminer

Plugin to Adminer for hiding tables in the left panel

Usage

More about usage plugins in Adminer is on http://www.adminer.org/plugins/

$plugins = [
    new AdminerTablesHide(),
];

Changelog

9.3.2018

  • Fix JS according to CSP (Content Security Policy). Added in Adminer 4.4.0 (released 2018-01-17)
  • Save tables to LocalStorage not cookies
  • Improve filtering - was slow with too many tables