Skip to content

mthelm85/PlutoDataTable.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PlutoDataTable

Display interactive data tables in your Pluto notebooks.

data_table(table; items_per_page = 10)

Display table as an interactive data table. table is any tabular data structure supporting the Tables.jl interface. The items_per_page keyword argument determines the number of rows to display at one time (default is 10).

About

An interactive data table for Pluto.jl notebooks.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages