question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

grid_num does nothing?

See original GitHub issue

Hmm. Loving this but can’t get grid_num to do anything. I end up with 3 ticks in each month instead of 1, except between Nov and Dec:

       <input type="text" id="slider_dates" name="slider_dates" value="" />

	var months = ["Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug", "Sep", "Oct", "Nov", "Dec"];

  	$("#slider_dates").ionRangeSlider({
			type: "double",
			grid: true,			
			grid_num: 1,
			from: 3,
			to: 6,
			values: months,
			hide_min_max: true
  	});

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:6 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
sashsvamircommented, Feb 8, 2019

2.3.0 stil not working grid_num when values array provided

0reactions
IonDencommented, Jun 19, 2017

Fixed in 2.1.8

Read more comments on GitHub >

github_iconTop Results From Across the Web

CSS grid layout doing nothing - Stack Overflow
CSS grid layout doing nothing · 1. actually your code is fine, but check if you did any CSS syntax error of if...
Read more >
React Data Grid: Master / Detail - Detail Refresh - AG Grid
The grid will attempt to refresh the data in the Detail Grid when the parent Master Grid row is updated. ... Do Nothing...
Read more >
BUILD AN OFF GRID HOMESTEAD WITH NEXT TO ...
Learn to build an off grid homestead with next to nothing! I moved off grid to build a frugal homestead that can fulfill...
Read more >
grid-area - CSS: Cascading Style Sheets - MDN Web Docs
The grid-area CSS shorthand property specifies a grid item's size and location within a grid by contributing a line, a span, or nothing...
Read more >
Grid Cheatsheet
A sequence of whitespace, representing nothing (do not produce a token). A sequence of any other characters, representing a trash token . Note:...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found