piever / TableWidgets.jl

Interactive widgets to work with tabular data in Julia
Other
9 stars 2 forks source link

always operate on original? #4

Closed piever closed 6 years ago

piever commented 6 years ago

For now manipulatetable takes a pipeline to apply on a column and alters the original table. If called many times, it will concatenate these operations. This is a bit unintuitive, could be better to always apply those operations to the original table, esp. since the textbox accepts pipelines of many commands, so one could concatenate there.