Version 1.7.0
The version includes a lot of improvements on render_table
, especially for the table actions.
- Add a
custom_actions
parameter for therender_table
macro. When passing a list of tuples[(title, bootstrap icon, link)]
to thecustom_actions
parameter, therender_table
macro will create an icon (link) on the action column for each tuple in the list. The title text (first index of each tuple) will show when hovering over eachcustom_actions
button. #134 - Update Bootstrap Icons to v1.5.0.
- Improve action icons for
render_table
, now the icons can be styled with theaction-icon
class. #137 - Change the default
action_pk_placeholder
to':id'
. The support to the old value will be removed in version 2.0. #138