You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Download and install Extension:ExtJSBase (adds support for the ExtJS framework for use within MediaWiki)
Download and install Extension:BlueSpiceFoundation (required for many BlueSpice extensions to work with MediaWiki)
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.
wfLoadExtension( 'ExtJSBase' );
wfLoadExtension( 'BlueSpiceFoundation' );
The text was updated successfully, but these errors were encountered: