Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Empty table row returns getattr of undefined error #161

Open
jamilalisgandarov opened this issue Aug 2, 2018 · 0 comments
Open

Empty table row returns getattr of undefined error #161

jamilalisgandarov opened this issue Aug 2, 2018 · 0 comments

Comments

@jamilalisgandarov
Copy link

Hi, I use table row (data-sort-method='none') with one td for spacing between rows which causes error Cannot read property 'getAttribute' of undefined, because it can not find element.

Code example:

      <tr>
            <td>Arif Alishandarov</td>
            <td>Programming</td>
            <td>30-05-2018</td>
            <td>10-05-2018</td>
            <td>100</td>
            <td>11</td>
            <td>100000</td>
            <td>100</td>
            <td>23.02.2017</td>
            <td>1000</td>
            <td>10</td>
            <td>No idea</td>
            <td>yes</td>
            <td>Progress</td>
            <td>Qeyd</td>
            <td>Qeyd</td>
       </tr>
       <tr class="seperator" data-sort-method='none'>
           <td data-sort-method='none'> </td>
        </tr>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant