Stand-alone group by
- Modified
mod_eda_freq_table.R
: renamed tomod_freq_table.R
, addedsubmit
button, addedreactive_group_by()
- Modified arguments: renamed
r_data
todata
- Added
mod_group_by.R
Selectize
- Modified
mod_eda_select.R
: renamed tomod_select()
, addedrender_data
, addedreactive_select()
- Added
mod_select2.R
with selectize input
'shiny_font_size_perc()'
- Added
shiny_font_size_perc()
: a convenience wrapper arounddiv(<string>, style = 'font-size:<percent>%;')
Custom DT bundles, filter & 'dtf' update
- Modified
mod_ed_freq_table_server
: added possibility to pass along customdtf::dt_bundle_*()
functions - Added
filter
arg - Updated package dependency
dtf
to0.0.0.9022
Transform function
- Modified
mod_ed_freq_table_server
andrender_grouping_data_table()
: added argtransform_fn
for custom transform functions
Module id
- Modified
mod_ed_freq_table_ui
: new default forid
and new argns
- Modified
mod_ed_freq_table_server
: new default forid
- Modified
mod_ed_select_ui
: new argns
- Experimented with nested module namespaces, i.e. passing enclosing
ns
along to downstream functions. Works conceptionally for*_ui()
functions (validated viashiny_trace_ns_ui()
) but details still not worked out for*_server()
functions. Seemod_foo_ui()
andmod_foo_server()
for details.
Tracing shiny NS info
- Modified
mod_ed_freq_table_ui
: usesshiny_trace_ns_ui()
- Modified
mod_ed_freq_table_server
: usesshiny_trace_ns_server()
- Modified
mod_ed_select_ui
: usesshiny_trace_ns_ui()
- Modified
mod_ed_select_server
: usesshiny_trace_ns_server()
Updated dependency 'dtf' (0.0.0.9017)
- Updated package dependency
dtf
from0.0.0.9016
to0.0.0.9017
Updated dependency 'dtf' (0.0.0.9016)
- Updated package dependency
dtf
from0.0.0.9015
to0.0.0.9016
Updated dependency 'dtf' (0.0.0.9015)
- Updated package dependency
dtf
from0.0.0.9014
to0.0.0.9015
Updated dependency dtf
- Updated package dependency
dtf
from0.0.0.9013
to0.0.0.9014
Updated dependency dtf
- Renamed package dependency from
dti
todtf
- Updated package dependency
dtf
from0.0.0.9012
to0.0.0.9013
- Cleaned up
renv
state
Updated dependency dtf
- Updated package dependency
dtf
from0.0.0.9011
to0.0.0.9012
Dropdown menu
- Added
shinyWidgets::dropdownButton()
inmod_eda_freq_table
- Changed
tabitem_vertical_space()
tovertical_space()
Button color and inputs for Y
- Changed button color to
#0c3992
Internationalization
- Added internationalization arguments (routed down to
dtf
functions) to:mod_eda_select_server()
mod_eda_freq_table_server()
Outer box
- Added optional boxes for modules
mod_eda_select.R
andmod_eda_freq_table.R
Bugfix mod_eda_select.R
- Fixed title bug for data table in module
mod_eda_select.R
- Added server utility
tabitem_vertical_space()
mod_eda_select
- Added module
mod_eda_select.R
- Refactored module
mod_eda_freq_table.R
Initial commit