Choose arbitrary days to hide
See original GitHub issueHello,
It would be interesting to be able to give an array to hiddenDays, with the number of week (which you can get with Moment().week()) to be able to specify the days you’d like to hide in specific week.
hiddenDays: [
{
week: 1,
days: [0,1,2]
},
{
week: 2,
days: [3,4,5,6]
}]
That way, it’d allow people to disable outside range dates in correlation with disabling prev, next when outside date range.
What do you think about ?
Issue Analytics
- State:
- Created 7 years ago
- Reactions:2
- Comments:5 (3 by maintainers)
Top Results From Across the Web
Ask Buffer: Should I hide my likes on Instagram?
Here are some factors to consider if you're deciding whether or not to hide likes on your small business's Instagram account.
Read more >Create a Relative Date Filter For An Arbitrary Range of Dates
Right-click Order Date on the Rows shelf and select Sort > Descending. Drag Order ID to the Rows shelf. Step 2: Create a...
Read more >Default Calendar Setup
Span – Set the amount of events that each page of the list should display. This can be days, weeks, months or an...
Read more >Parameters | Query and analyze data - Mode Support
NOTE: Parameters are a powerful feature that, by design, allow Mode users to run arbitrary SQL against a database. It is the responsibility...
Read more >Method 8: Arbitrary Period and Many Previous Periods
Filter 1 — Date Range: A filter of type: date for users to select the date range on which to filter. See the...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Any update on this?
very related to #1581, which deals with how do explicit define what days to render, rather than which days to hide