How To Justify Position My Button In Action
How To Justify Position My Button In Action
muhammadrafihk
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
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:Allan
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
Use the
columns.className
option in your DataTables initialisation.Allan