Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 451 Bytes

tables.md

File metadata and controls

17 lines (11 loc) · 451 Bytes

Tables +

Utilities for the Django tables 2.

FloatColumn

Improvement of Column for Decimals to round the decimals digits. Adds Kwargs float_digits to round the number to that value.

TruncatedTextColumnMixin

Mixin to limit to x characters and add an ellipsis to a column. Implemented for:

  • TruncatedTextColumn
  • TruncatedEmailColumn
  • TruncatedLinkColumn