Bulma ellipsis error

Bulma ellipsis error

mario_amazingmario_amazing Posts: 1Questions: 1Answers: 0

Link to test case: https://datatables.net/extensions/select/examples/styling/bulma -> change value with inspect from 10 to 2 and click ...
Error messages shown: DataTables warning: table id=users_index_datatables - Unknown paging action: ellipsis. For more information about this error, please see http://datatables.net/tn/5*
Description of problem: When I click on bulma {table_id}_datatables_ellipsis in pagination section it shows the error, I think should be add case with <li><span class="pagination-ellipsis">…</span></li> from https://bulma.io/documentation/components/pagination/#sizes

Answers

  • allanallan Posts: 61,446Questions: 1Answers: 10,054 Site admin

    I'm not seeing that issue I'm afraid:

    This is the code that will handle the ellipsis.

    Can you create a test case at http://live.datatables.net that shows the issue perhaps? I've just tried here and again it appears okay.

    Allan

  • yamperyamper Posts: 1Questions: 0Answers: 0

    I'm having the same problem.

    Press the Run with JS button.
    I've just tried here .

    Sorry for my bad English.

  • allanallan Posts: 61,446Questions: 1Answers: 10,054 Site admin

    I'm afraid I don't understand. Running your example I see:

    What am I missing?

    Allan

  • allanallan Posts: 61,446Questions: 1Answers: 10,054 Site admin

    Update - sorry. Clicking on the ellipsis is causing the error - got it now. Will update in a moment when I've committed a fix.

    Allan

  • allanallan Posts: 61,446Questions: 1Answers: 10,054 Site admin

    Fix committed here. The nightly will be update to date with the change shortly.

    Thanks for reporting this to me!

    Allan

Sign In or Register to comment.