X Tutup
Skip to content

Latest commit

 

History

History

README.md

GUI Tables

This repo is part of the Westpac GUI and is setup as a submodule. Please submit any issues with this or any other module in our GUI-source repo

BOM | BSA | STG | WBC | WBG | BT

Financial services use tables a lot. Tables should only be used for rendering data that belongs naturally in a grid, in other words where the data describes a number of objects that have the same properties.


Release History

  • v2.0.5 - LESS/CSS HTML JS
    • Migrate to relative CSS units (a11y) #456
  • v2.0.4 - LESS/CSS HTML JS
    • Removed row hover styling for .table-striped tables. The row hover background colour fill is provided to help when scanning across the row, but striped tables provide this anyway without hovering. #377
  • v2.0.3 - LESS/CSS HTML JS
    • Re-mapped BT brand’s table header border colour (previous variable is deprecated) #370
  • v2.0.2 - LESS/CSS HTML JS
    • The striped styling option for tables has been modified to start on the second, rather than first, row of the table body. #314
  • v2.0.1 - LESS/CSS HTML JS
    • Fanfare, Drum roll … We’ve added another brand. Yay! 👏
    • The highlighting of the first cell would be cut off on mobile in bordered tables. We wanted to highlight that we fixed that. #210
  • v2.0.0 - LESS/CSS HTML JS
    • To make it easier to switch brands with Less we’ve added a brand variable. Building multibrand sites has never been this easy! #203
  • v1.0.0 - Initial port

⬆ back to top


License

Copyright (c) 2019 Westpac. Licensed under the GNU GPLv2.

⬆ back to top

};

X Tutup