Pearson-Higher-Ed / elements-sdk

Base Styling and Atomic JavaScript Components
MIT License
13 stars 13 forks source link

Table component header sorting getting error #164

Closed itjayaprakash closed 4 years ago

itjayaprakash commented 4 years ago

we are using pearson new element sdk version 2.1.2 "@pearson-components/elements-sdk": "^2.1.2", if i sort table header colum, i am getting the error given below

image

itjayaprakash commented 4 years ago

i found the root cause end of the Table we need to place any html tag

Example

<table></Table>
<div></div>