Wolfram Language Paclet Repository

Community-contributed installable additions to the Wolfram Language

Primary Navigation

    • Cloud & Deployment
    • Core Language & Structure
    • Data Manipulation & Analysis
    • Engineering Data & Computation
    • External Interfaces & Connections
    • Financial Data & Computation
    • Geographic Data & Computation
    • Geometry
    • Graphs & Networks
    • Higher Mathematical Computation
    • Images
    • Knowledge Representation & Natural Language
    • Machine Learning
    • Notebook Documents & Presentation
    • Scientific and Medical Data & Computation
    • Social, Cultural & Linguistic Data
    • Strings & Text
    • Symbolic & Numeric Computation
    • System Operation & Setup
    • Time-Related Computation
    • User Interface Construction
    • Visualization & Graphics
    • Random Paclet
    • Alphabetical List
  • Using Paclets
    • Get Started
    • Download Definition Notebook
  • Learn More about Wolfram Language

Kanban

Guides

  • Kanban

Symbols

  • Kanban
PatrickCrain`Kanban`
Kanban
​
Kanban
[
Dynamic
[expr]]
creates a drag and drop Kanban board that dynamically updates a list of lists expr
​
Details and Options

Examples  
(4)
Basic Examples  
(3)
Create a basic Kanban:
In[1]:=
board=Table[RandomWord[],5,5];​​
Kanban
[Dynamic@board]
​
Create a Kanban of highlightable items with editable titles and descriptions:
In[1]:=
board2=Table["title"RandomWord[],"text"StringRiffle[RandomWord[16]],3,3];​​formatter2=(Column[{Style[#["title"],Bold,Blue],"-------",Pane[#["text"],130]},AlignmentCenter]&);​​
Kanban
[Dynamic@board2,"ItemFormatter"formatter2,"Highlight"True]
​
Create a tier list with a horizontal Kanban, named boards, and images without panels:
In[1]:=
image3=ImageResize[ExampleData[{"TestImage","Mandrill"}],{80,80}];​​filters3={{EdgeDetect,ColorNegate},{Sharpen,(ImageAdjust[#,1.5]&),(ColorSeparate[#]〚1〛&)},{Blur,Lighter,Darker,ImageRotate}};​​board3=Table[Through@filters3〚n〛@image3,{n,Length@filters3}];​​
Kanban
[Dynamic@board3,"Panels"False,"BoardNamer"({"Top","Middle","Bottom"}〚#〛&),"Horizontal"True]
Possible Issues  
(1)

SeeAlso
"XXXX"
RelatedGuides
▪
Kanban
""

© 2025 Wolfram. All rights reserved.

  • Legal & Privacy Policy
  • Contact Us
  • WolframAlpha.com
  • WolframCloud.com