# Can I make a dash table input into a callback?

**URL:** https://community.plotly.com/t/can-i-make-a-dash-table-input-into-a-callback/57359
**Category:** Dash Python
**Created:** [October 7, 2021, 11:43pm UTC](https://community.plotly.com/t/can-i-make-a-dash-table-input-into-a-callback/57359 "2021-10-07T23:43:52Z")
**Posts on this page:** 1
**Showing post:** 2

<div class="post-metadata">

### Author: ![AnnMarieW](https://avatars.discourse-cdn.com/v4/letter/a/ec9cab/32.png) [@AnnMarieW](https://community.plotly.com/u/AnnMarieW)
#### Post date: [October 8, 2021, 12:57am UTC](https://community.plotly.com/t/can-i-make-a-dash-table-input-into-a-callback/57359/2 "2021-10-08T00:57:18Z")

</div>

Hi @xiaodai and welcome to the Dash Community! 🙂

The properties of the DataTable can absolutely be used as inputs to a callback. 🎊 You just need to use a valid table property - such as “data” or “columns” or one of the many other many table properties. (`'table1'` looks like it might be an `id` ?)

If you post a little more code - like a minimal example that will reproduce the error, it will be easier to help. See more information here: [How to Get your Questions Answered on the Plotly Forum](https://community.plotly.com/t/how-to-get-your-questions-answered-on-the-plotly-forum/40551)

---

_[View the full topic](https://community.plotly.com/t/can-i-make-a-dash-table-input-into-a-callback/57359)._
