nuno-agostinho / psichomics

Interactive R package to quantify, analyse and visualise alternative splicing
http://nuno-agostinho.github.io/psichomics/
Other
33 stars 12 forks source link

Add column searching instead of filtering in DataTables? #169

Open nuno-agostinho opened 7 years ago

nuno-agostinho commented 7 years ago

Column searching just searches in text and it's faster to load. A bug with column filtering prevents enabling this feature if horizontal scrolling is being used (#139).

Column filtering however allows to filter columns based on the column type (if numeric, it shows a range slider, if a factor it allows selecting different factors and if character it allows a basic search just like column searching).

nuno-agostinho commented 7 years ago

Check if #193 resolves the issue.

It doesn't. Column searching is much faster showing the table than using column filtering, although the features brought by column filtering outweigh the increased elapsed time.