turkish characters Long Title sorting MS SQL Dat together
turkish characters Long Title sorting MS SQL Dat together
ilkerz
Posts: 5Questions: 1Answers: 0
Link to test case:
Debugger code (debug.datatables.net):
Error messages shown:
Description of problem:
http://ilkergulener.com.tr/table.asp can you check this...
On desktop I have problem to format and sort date dd Monthname YYYYH
And Middle colum title is very very long > 200 chars some titles...
On mobile Titles are not wrapping cell..
Scroll on the buttom should be gone...
I want 3 columns exactly like this 1 https://www.e-tapu.com/tr/index.php/mevzuat/genelgelerlist
This discussion has been closed.
Answers
I am using sorting Turkish characters plugin only now. you can see code on buttom page
Should I format Date in classic ASP?
Sorting and Date formation problems has been solved.
Now Only I need help on Responsive Tables on mobile view.
I add this code and all problem has been resolved.
@media screen and (max-width: 768px) {
.dataTables_wrapper{
margin-left:15px;
}
td {
max-width:100px;
word-wrap:break-word;
}