when Table Breaks down because of missing data how to fill by default to prevent table breaking?

when Table Breaks down because of missing data how to fill by default to prevent table breaking?

donxn1kdonxn1k Posts: 1Questions: 1Answers: 0

For example Here I have normal Table with pagination

but when some data from SQL Database is missing it collapses

code of Jquery Datatable is like that

$("#tbldemo").DataTable( {
"pagingType": "full_numbers",
"ordering": false,
"info": false,
"oLanguage": {
"sSearch": "Number"
}
});

what I need is how (if it is possible) fill some random or whatever text/data on this missing rows to prevent collapsing Table?

Answers

  • colincolin Posts: 15,237Questions: 1Answers: 2,599

    We're happy to take a look, but as per the forum rules, please link to a test case - a test case that replicates the issue will ensure you'll get a quick and accurate response. Information on how to create a test case (if you aren't able to link to the page you are working on) is available here.

    Cheers,

    Colin

This discussion has been closed.