Add horizontal scrollbar if the data entered is too long

Add horizontal scrollbar if the data entered is too long

rochellecanale14rochellecanale14 Posts: 2Questions: 0Answers: 0
edited July 2013 in General
Hello everyone, just want to ask a question how can i add a horizontal scrollbar in my table if my entered row data is too long. If I add a long data the table wont provide a horizontal scrollbar instead it display it in another line.

Replies

  • allanallan Posts: 63,516Questions: 1Answers: 10,472 Site admin
    Use `sScrollX: '100%'` and in your CSS `td { white-space: nowrap; }` to keep it on one line.

    Allan
  • rochellecanale14rochellecanale14 Posts: 2Questions: 0Answers: 0
    thanks it works but the horizontal bar below is missing.
This discussion has been closed.