ColumnToggleTest.php |
tests/src/Functional/ColumnToggleTest.php |
Drupal\Tests\responsive_tables_filter\Functional |
Contains \Drupal\responsive_tables_filter\Tests\FilterTest. |
customizations.css |
css/customizations.css |
|
/* The original Tablesaw library sets thead elements
to display: none; in mobile contexts. This is not screen
reader accessible. This change uses the Bootstrap framework's
approach to make them screen-reader only visible */
@media screen and… |
FilterResponsiveTablesFilter.php |
src/Plugin/Filter/FilterResponsiveTablesFilter.php |
Drupal\responsive_tables_filter\Plugin\Filter |
|
responsive_tables_filter.info.yml |
responsive_tables_filter.info.yml |
|
responsive_tables_filter.info.yml |
responsive_tables_filter.install |
responsive_tables_filter.install |
|
Responsive Tables Filter install file. |
responsive_tables_filter.libraries.yml |
responsive_tables_filter.libraries.yml |
|
responsive_tables_filter.libraries.yml |
responsive_tables_filter.links.menu.yml |
responsive_tables_filter.links.menu.yml |
|
responsive_tables_filter.links.menu.yml |
responsive_tables_filter.module |
responsive_tables_filter.module |
|
Contains responsive_tables_filter.module.. |
responsive_tables_filter.routing.yml |
responsive_tables_filter.routing.yml |
|
responsive_tables_filter.routing.yml |
responsive_tables_filter.schema.yml |
config/schema/responsive_tables_filter.schema.yml |
|
config/schema/responsive_tables_filter.schema.yml |
responsive_tables_filter.settings.yml |
config/install/responsive_tables_filter.settings.yml |
|
config/install/responsive_tables_filter.settings.yml |
StackTest.php |
tests/src/Functional/StackTest.php |
Drupal\Tests\responsive_tables_filter\Functional |
Contains \Drupal\responsive_tables_filter\Tests\FilterTest. |
tables.columntoggle.css |
css/tables.columntoggle.css |
|
/*
Styles for the table columntoggle mode
*/
.tablesaw-overflow {
position: relative;
width: 100%;
overflow-x: auto;
-webkit-overflow-scrolling: touch;
/* More in skin.css */
}
.tablesaw-overflow > .tablesaw {
margin-top: 2px; /*… |
tablesaw-base.css |
css/tablesaw-base.css |
|
/*! Tablesaw - v3.1.2 - 2019-03-19
* https://github.com/filamentgroup/tablesaw
* Copyright (c) 2019 Filament Group; Licensed MIT */
.tablesaw {
width: 100%;
max-width: 100%;
empty-cells: show;
border-collapse: collapse;
border: 0;
… |
tablesaw-responsive.css |
css/tablesaw-responsive.css |
|
/*! Tablesaw - v3.1.2 - 2019-03-19
* https://github.com/filamentgroup/tablesaw
* Copyright (c) 2019 Filament Group; Licensed MIT */
/* Mobile first styles: Begin with the stacked presentation at narrow widths */
/* Support note IE9+: @media only all… |
TablesawSettings.php |
src/Form/TablesawSettings.php |
Drupal\responsive_tables_filter\Form |
|
TestBase.php |
tests/src/Functional/TestBase.php |
Drupal\Tests\responsive_tables_filter\Functional |
Contains \Drupal\responsive_tables_filter\Tests\TestBase. |