How To Justify Position My Button In Action

How To Justify Position My Button In Action

muhammadrafihkmuhammadrafihk Posts: 5Questions: 0Answers: 0

Hello Everbody, Before the discussion i want to say, i From indonesia, sorry i can't speak english verry well.
Oke to the topic, in image i have 2 button in aksi, but this position not possible or not what i want. i want this button justify left and right position in the center column.
how to fix it..?

Replies

  • allanallan Posts: 61,650Questions: 1Answers: 10,094 Site admin

    Without a test case, it is hard to say for certain, but I would probably use columns.className to add a class to that columns - perhaps "nowrap". And then in your CSS:

    td.nowrap {
      white-space: nowrap;
    }
    

    Allan

  • muhammadrafihkmuhammadrafihk Posts: 5Questions: 0Answers: 0

    this is my code,.
    how to use td.nowrap in this my case.?
    what i call this td for example <td class="nowrap"> right? or wrong

  • allanallan Posts: 61,650Questions: 1Answers: 10,094 Site admin

    Use the columns.className option in your DataTables initialisation.

    Allan

Sign In or Register to comment.