server side

server side

Swetha9090Swetha9090 Posts: 28Questions: 5Answers: 0

Is there a way to send thead from server side

This question has an accepted answers - jump to answer

Answers

  • colincolin Posts: 15,142Questions: 1Answers: 2,586
    edited January 2022 Answer ✓

    The <thead> needs to be present before you initialise the table, but you can do an initial ajax call to get that data along with the header. This example here is doing something similar - it's building the columns dynamically based on the Ajax response - you could construct the <thead> in a similar way,

    Colin

  • Swetha9090Swetha9090 Posts: 28Questions: 5Answers: 0

    Are there any more examples?

  • kthorngrenkthorngren Posts: 20,275Questions: 26Answers: 4,765

    Are there any more examples?

    There aren't other examples. Please ask more specific questions. The thead is built from the columns.title setting.

    Kevin

Sign In or Register to comment.