jQWidgets Forums

Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • in reply to: Filtering empty string Filtering empty string #5432

    chelli
    Member

    Hi Peter,
    I am using jQWidgets 2.2.0. Later I will try with jQWidgets 2.2.1.

    Thank you very much for your help.

    Chelli

    in reply to: Filtering empty string Filtering empty string #5373

    chelli
    Member

    Hi Peter,
    I’ve already tried this solution but it does not work. You can see my code here below:


    var source =
    {
    datatype: "json",
    datafields: [
    { name: 'description', type: 'string'},
    { name: 'timeIn', type: 'string'},
    { name: 'type', type: 'string'}
    ],
    url: uri,
    root: 'data',
    sortcolumn: 'description',
    sortdirection: 'asc',
    };

    The json object contains the following data:

    [{"type": "", "timeIn": "2012-18-06 11:46:01", "description": "test"},
    {"type": "", "timeIn": "2012-24-05 10:12:23", "description": "test2"},
    {"type": "TTT", "timeIn": "2012-24-05 10:12:23", "description": "test3"}]

    Thank you

    Chelli

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