roam-javascript icon indicating copy to clipboard operation
roam-javascript copied to clipboard

Attribute Table Filters - Backlog of Ideas / Features

Open GitMurf opened this issue 4 years ago • 1 comments

  • [ ] Create a custom function to parse the number values for aggregation to add thousands separators.
    • The advanced regex I had working doesn't work on all browsers and definitely doesn't work on ipad.
    • Likely the regex doesn't work on any safari based browser.
  • [ ] Select columns to be removed/hidden so the table is more readable instead of being way too wide
    • Someone made a fork of my script and added code to hide columns they didn't want.
    • https://github.com/GitMurf/supertable

GitMurf avatar Nov 17 '20 05:11 GitMurf

Hey! Would love it if I could filter the entire table at once instead of just one column. I'm using this now for a qualitative usability study and that would be really handy since I tagged up the responses to different questions and I'm using each question as an attribute. I envision this would keep any row where any of the cells fulfill the conditions of the filter.

classicrob avatar Dec 03 '20 21:12 classicrob