- ...
- add class to td, for custom styles
- fix allow currency and sortable attributes work together
- fix display format of data time
- fix application of ability model on record actions
- fix table headers for associated model with ransack
- added whole row clikable link as an option
- added option to don't truncate cell strings, passing
:no_truncate
as an attribute parameter - added settings option to change trucate defaults such as
separator
,length
andomission
- added
localized
table cell, passing :l as an attribute parameter
- fix table_for_cell_for_image_image_class in helper
- removed
.capitalize
fromhuman_attribute_name("#{attribute}")
- added
percentage numeric_type cell
withconfigurable precision decimals
- changed
PaperClip class defintion
withPaperclip class defintion
- added
setting image class
withconfigurable class
- added Changelog.md
- removed dependencies:
- Bootstrap
- Fontawesome
- include media
- use
human_attribute_name
for attributes translations - check if Ransack is defined to apply
sort_link
- table_for optional settings in initializer
- table_for configurable breakpoint
- when attibute is an association and no asssciation attribute specified try title or name
- customizable icon font and action icons
- cell differentaite
Time
andTimeWithZone
Numeric
with option:currency
to format withnumber_to_currency