# Data Table will not display

**URL:** https://community.plotly.com/t/data-table-will-not-display/25923
**Category:** Dash Python
**Created:** [July 15, 2019, 11:02pm UTC](https://community.plotly.com/t/data-table-will-not-display/25923 "2019-07-15T23:02:47Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![jlui275](https://avatars.discourse-cdn.com/v4/letter/j/e36b37/32.png) [@jlui275](https://community.plotly.com/u/jlui275)
#### Post date: [July 15, 2019, 11:02pm UTC](https://community.plotly.com/t/data-table-will-not-display/25923/1 "2019-07-15T23:02:47Z")

</div>

Hello, I was wondering if anyone else has gotten this type of error before?

Failed to execute ‘addRule’ on ‘CSSStyleSheet’: Failed to parse the rule ‘#3HA9WeekData .dash-fixed-column tr { height: 30px; }’.

For some reason, I am able to display datatables for all my other data sets but it’s just this dataset for 3HA9 that will not display. The dataframe which contains the data is the same format as the other tables that do appear. I cannot think of anything else that could be wrong with it.

---

<div class="post-metadata">

### Author: ![chriddyp](https://sea2.discourse-cdn.com/flex024/user_avatar/community.plotly.com/chriddyp/32/16855_2.png) [@chriddyp](https://community.plotly.com/u/chriddyp)
#### Post date: [July 15, 2019, 11:12pm UTC](https://community.plotly.com/t/data-table-will-not-display/25923/2 "2019-07-15T23:12:00Z")

</div>

Hm - what are the names of your columns? Are you able to share your code and/or data?

---

<div class="post-metadata">

### Author: ![Jack1](https://avatars.discourse-cdn.com/v4/letter/j/2bfe46/32.png) [@Jack1](https://community.plotly.com/u/Jack1)
#### Post date: [July 22, 2019, 4:56am UTC](https://community.plotly.com/t/data-table-will-not-display/25923/4 "2019-07-22T04:56:55Z")

</div>

I had this issue and was solved with a shorter ID for the DataTable, I has been using a namespace with a GUID in error.

hope useful  
Jack

---

<div class="post-metadata">

### Author: ![jlui275](https://avatars.discourse-cdn.com/v4/letter/j/e36b37/32.png) [@jlui275](https://community.plotly.com/u/jlui275)
#### Post date: [July 22, 2019, 2:28pm UTC](https://community.plotly.com/t/data-table-will-not-display/25923/5 "2019-07-22T14:28:43Z")

</div>

Yes I think my problem was that my Id was starting with a number which is why 3HA9 was producing an error. when I put weekData3HA9 as the id it fixed the problem
