jQWidgets Forums

jQuery UI Widgets Forums DataTable maybe could bug

Tagged: 

This topic contains 5 replies, has 2 voices, and was last updated by  Serdar 11 years, 1 month ago.

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
  • maybe could bug #53119

    Serdar
    Participant

    Hello
    http://www.jqwidgets.com/jquery-widgets-demo/demos/jqxdatatable/index.htm#demos/jqxdatatable/javascript-datatable-inline-editing.htm

    1 .) If you delete this row, and If a row is added
    Adding a thin row

    { text: 'Order ID', editable: false, dataField: 'OrderID', width: 200 }

    2.) and If you hide this column,and If a row is added
    Was added to the normal row

    { text: 'Order ID', editable: false, dataField: 'OrderID', width: 200,hidden:true }

    but If you cancel after, a thin line is adding ( esc or cancel button click )

    3.) and again
    If this column is not hidden,
    and If you hide this column,and If a row is added
    Was added to the normal row but If you cancel after,Adds a blank record

    { text: 'Order ID', editable: false, dataField: 'OrderID', width: 200,hidden:false}

    maybe could bug #53126

    Serdar
    Participant

    I am using unique id..And I don’t want to show on grid

    maybe could bug #53130

    Peter Stoev
    Keymaster

    Hi Serdar,

    I did not understand what is the bug here. On these images is displayed an empty row without values which is with minimum height. As you know, the row’s height depends on its content’s height and when you hide the content, the row’s height would be minimum. By using custom cellsrenderer attached to any column, you can define minimum height for your content even when it is empty.

    Best Regards,
    Peter Stoev

    jQWidgets Team
    http://www.jqwidgets.com/

    maybe could bug #53139

    Serdar
    Participant

    hi peter
    How can I define minimum height when it is empty?
    thank you

    maybe could bug #53167

    Peter Stoev
    Keymaster

    Hi Serdar,

    I prepared a small example for you. Please, navigate to: http://jsfiddle.net/3wbq6/

    Best Regards,
    Peter Stoev

    jQWidgets Team
    http://www.jqwidgets.com/

    maybe could bug #53168

    Serdar
    Participant

    hi peter
    thank you

Viewing 6 posts - 1 through 6 (of 6 total)

You must be logged in to reply to this topic.