turkish characters Long Title sorting MS SQL Dat together

turkish characters Long Title sorting MS SQL Dat together

ilkerzilkerz 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

Answers

  • ilkerzilkerz Posts: 5Questions: 1Answers: 0

    I am using sorting Turkish characters plugin only now. you can see code on buttom page

  • ilkerzilkerz Posts: 5Questions: 1Answers: 0

    Should I format Date in classic ASP?

  • ilkerzilkerz Posts: 5Questions: 1Answers: 0

    Sorting and Date formation problems has been solved.
    Now Only I need help on Responsive Tables on mobile view.

  • ilkerzilkerz Posts: 5Questions: 1Answers: 0

    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;

    }
    

    }

This discussion has been closed.