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

Users are unable to filter by column values in tables #34

Open
madhusam opened this issue Jan 24, 2024 · 0 comments · May be fixed by #35
Open

Users are unable to filter by column values in tables #34

madhusam opened this issue Jan 24, 2024 · 0 comments · May be fixed by #35

Comments

@madhusam
Copy link
Contributor

Users need to be able filter by column values in tables.

The following extensions allow creating a css-class called 'Filterable'. Article editors will be able to add the css-class 'Filterable' to the respective tables in articles.

  1. Download and install Extension:ExtJSBase (adds support for the ExtJS framework for use within MediaWiki)
  2. Download and install Extension:BlueSpiceFoundation (required for many BlueSpice extensions to work with MediaWiki)
  3. Add 2 changes to LocalSettings.php/CustomSettings.php
    wfLoadExtension( 'ExtJSBase' );
    wfLoadExtension( 'BlueSpiceFoundation' );
@madhusam madhusam linked a pull request Jan 24, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant