BlockDex

Components

Registries

Free blocks

Method

BlockDex

Components

Registries

Free blocks

Method

Open API

BlockDex

Components

Registries

Free blocks

Method

Open API

Components/niko-table/data-table-column-slider-filter

DataTable Column Slider Filter

niko-table/data-table-column-slider-filter
FreeComponent

Column header slider filter for numeric range filtering in a dropdown.

Install it

npx shadcn@latest add https://niko-table.com/r/data-table-column-slider-filter.json

Source

src/components/niko-table/components/data-table-column-slider-filter-options.tsxniko-table.com/r/data-table-column-slider-filter.json
1"use client"
2
3/**
4 * niko-table — created by Semir N. (Semkoo, https://github.com/Semkoo) with AI assistance.
5 *
6 * Before reporting anything: please check the changelog first.
7 * - In-repo: ./CHANGELOG.md
8 * - Docs site: https://niko-table.com/changelog
9 *
10 * Found a bug or have a fix? Open an issue or PR on GitHub so other
11 * users (and future LLMs reading this code) benefit:
12 * https://github.com/Semkoo/niko-table-registry
13 */
14import React from "react"
15import type { Column } from "@tanstack/react-table"
16
17import {
18 TableColumnSliderFilterOptions,
19 TableColumnSliderFilterMenu,
20} from "../filters/table-column-slider-filter"
21import { useColumnHeaderContext } from "./data-table-column-header"
22
23/**
24 * Slider filter options for composing inside DataTableColumnActions using context.
25 */
26export function DataTableColumnSliderFilterOptions<TData, TValue>(
27 props: Omit<
28 React.ComponentProps<typeof TableColumnSliderFilterOptions>,
29 "column"
30 > & {
31 column?: Column<TData, TValue>
32 },
33) {
34 const context = useColumnHeaderContext<TData, TValue>(false)
35 const column = props.column || context?.column
36
37 if (!column) {
38 console.warn(
39 "DataTableColumnSliderFilterOptions must be used within DataTableColumnHeaderRoot or provided with a column prop",
40 )
41 return null
42 }
43
44 return <TableColumnSliderFilterOptions column={column} {...props} />
45}
46
47DataTableColumnSliderFilterOptions.displayName =
48 "DataTableColumnSliderFilterOptions"
49
50/**
51 * Standalone slider filter menu for column header using context.
52 */
53export function DataTableColumnSliderFilterMenu<TData, TValue>(
54 props: Omit<
55 React.ComponentProps<typeof TableColumnSliderFilterMenu>,
56 "column"
57 > & {
58 column?: Column<TData, TValue>
59 },
60) {
61 const context = useColumnHeaderContext<TData, TValue>(false)
62 const column = props.column || context?.column
63
64 if (!column) {
65 console.warn(
66 "DataTableColumnSliderFilterMenu must be used within DataTableColumnHeaderRoot or provided with a column prop",
67 )
68 return null
69 }
70
71 return <TableColumnSliderFilterMenu column={column} {...props} />
72}
73
74DataTableColumnSliderFilterMenu.displayName = "DataTableColumnSliderFilterMenu"

What it pulls in

npm packages

  • lucide-react

Other registry items

  • https://niko-table.com/r/data-table.json
  • button
  • dropdown-menu
  • tooltip
  • input
  • label
  • slider

Files it writes

  • src/components/niko-table/components/data-table-column-slider-filter-options.tsx
  • src/components/niko-table/filters/table-column-slider-filter.tsx

Facts

Registry
niko-table
Type
registry:component
Access
Free
Files written
2
Licence
the repository states none
In the index
at or before 2026-08-13
Last confirmed
yesterday

Go to the source

niko-table.com Semkoo/niko-table-registry on GitHub Raw registry item This item as JSON

More from niko-table

All 31 items
Same registry, same kind — the ones you would have found next
ComponentRegistryKindAccessInstallsCommand
DataTable Asidedata-table-asideniko-tableComponentsFree1 dep
DataTable Clear Filterdata-table-clear-filterniko-tableComponentsFree1 dep · 2 files
DataTable Column Auto-fitdata-table-column-auto-fitniko-tableComponentsFreeno deps · 2 files
DataTable Column Date Filterdata-table-column-date-filterniko-tableComponentsFree2 deps · 2 files
DataTable Column DnDdata-table-column-dndniko-tableComponentsFree4 deps · 3 files
DataTable Column Faceted Filterdata-table-column-faceted-filterniko-tableComponentsFree1 dep · 3 files
DataTable Column Hidedata-table-column-hideniko-tableComponentsFree1 dep · 2 files
DataTable Column Pindata-table-column-pinniko-tableComponentsFree1 dep · 2 files

Also from Kynth Studios

Built for the same person as BlockDex

SkillWorks

Claude Code skills and plugins, scored

skillworks.kynth.studio

RuleStack

AGENTS.md gallery and agent-config comparison

rulestack.kynth.studio

ToolDrift

What the AI coding tools changed last night

tooldrift.kynth.studio

The studio list

One product, taken apart, once a month

Kynth Studios pulls one shipped product open every month — what it does, what it cost to build, what the pipeline behind it looks like, and what the numbers did. One email a month, nothing in between.

Double opt-in — we send one confirmation link and nothing else until you click it.

BlockDex

Built by

Kynth Studios

the studio behind SkillWorks, RuleStack and ToolDrift

part of Toolproof, the measurement layer for AI agent tooling

Index

Components
Registries
Method
Open API

Guides

shadcn component libraries
Best shadcn registries
Free shadcn blocks

Reference

Corpus counts
Crawl health
hello@kynth.studio
Privacy
Terms

© 2026 BlockDex. A Kynth Studios product. Changelog

BlockDex

The studio list

One product, taken apart, once a month

Kynth Studios pulls one shipped product open every month — what it does, what it cost to build, what the pipeline behind it looks like, and what the numbers did. One email a month, nothing in between.

Double opt-in — we send one confirmation link and nothing else until you click it.

BlockDex

Built by

Kynth Studios

the studio behind SkillWorks, RuleStack and ToolDrift

part of Toolproof, the measurement layer for AI agent tooling

Index

Components
Registries
Method
Open API

Guides

shadcn component libraries
Best shadcn registries
Free shadcn blocks

Reference

Corpus counts
Crawl health
hello@kynth.studio
Privacy
Terms

© 2026 BlockDex. A Kynth Studios product. Changelog

BlockDex

The studio list

One product, taken apart, once a month

Kynth Studios pulls one shipped product open every month — what it does, what it cost to build, what the pipeline behind it looks like, and what the numbers did. One email a month, nothing in between.

Double opt-in — we send one confirmation link and nothing else until you click it.

BlockDex

Built by

Kynth Studios

the studio behind SkillWorks, RuleStack and ToolDrift

part of Toolproof, the measurement layer for AI agent tooling

Index

Components
Registries
Method
Open API

Guides

shadcn component libraries
Best shadcn registries
Free shadcn blocks

Reference

Corpus counts
Crawl health
hello@kynth.studio
Privacy
Terms

© 2026 BlockDex. A Kynth Studios product. Changelog

BlockDex