when i sort order with server side why is datatable Vue use slot does not change value

when i sort order with server side why is datatable Vue use slot does not change value

Replies

  • allanallan Posts: 63,810Questions: 1Answers: 10,516 Site admin

    This appears to be a continuation of your previous thread?

    The table in the example you link to appears to sort just fine when I click on the table headers, or the custom buttons.

    Can you clarify what the actual issue is, with step by step instructions on how to reproduce the issue?

    Allan

  • Long LundyLong Lundy Posts: 8Questions: 1Answers: 0

    I have used function that you told me before, but template slot still doesn't draw new data.

  • allanallan Posts: 63,810Questions: 1Answers: 10,516 Site admin

    It appears to work in the example you linked to. The column changes as the table's sorting changes.

    Allan

  • Long LundyLong Lundy Posts: 8Questions: 1Answers: 0

    The column use slot component it does not change.

  • allanallan Posts: 63,810Questions: 1Answers: 10,516 Site admin

    I'm with you now - thank you! I've just released datatables.net-vue3 v3.0.4 which fixes this error (via this commit).

    Your example works correctly with the 3.0.4 package - apologies for the error.

    Allan

  • Long LundyLong Lundy Posts: 8Questions: 1Answers: 0

    Thank you very much.

Sign In or Register to comment.