Welcome guest, is this your first visit? Create Account now to join.
  • Login:

Welcome to the PokerCrack Forum.

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed.

Black Chip Poker

Bovada bonus
Results 1 to 1 of 1
  1. #1

    how to convert string to int in grid

    Hi,
    i am using form-markup.html and form-markup.js to convert html to grid.

    In .html file i am getting the numeric data as data as strings. But i should sort these things should be in nemeric sorting.

    In .js file i am using the date format as

    fields: [
    {type: 'int'} ,
    columns: [
    {sortable: true,sortType: 'asInt'}
    ]

    Now it is not sorting in numeric order. In this case how to convert that string as int? and how to sort it?
    Last edited by amadolabonte; 05-10-2022 at 12:59 PM.


 

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •