Viewing 15 replies - 1 through 15 (of 15 total)
  • Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    sure, I will gladly take a look! Can you please post a link to the page with the table where this is happening?

    Thanks,
    Tobias

    Thread Starter alex80ks

    (@alex80ks)

    Thread Starter alex80ks

    (@alex80ks)

    if yo want i will gladly seend you credentials to see πŸ™‚ thanks for fast response πŸ™‚

    Thread Starter alex80ks

    (@alex80ks)

    one more thing i assume that this begins to happens when i add #colspan# im not sure 100%

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    please take a look at http://wordpress.org/support/topic/plugin-wp-table-reloaded-rowspan-error where you will find this answered.

    Basically, you are running into a limitation of the DataTables JS library (that you are using for the search). Unfortunately, it does not support rows with rowspan/colspan. You will have to turn it off for this table, or remove the rowspan/colspan again. Sorry for not having better news…

    Regards,
    Tobias

    Thread Starter alex80ks

    (@alex80ks)

    Thanks for response πŸ™‚ how can i use search option with this model of table?is any way to be used search or must be without search?
    thanks πŸ™‚

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    unfortunately, the search function (which is coming from the DataTables library) can not used with tables that have colspanned or rowspanned cells, as the DataTables library does not support this.
    You will have to do this without the search or not use #colspan#.

    Regards,
    Tobias

    Thread Starter alex80ks

    (@alex80ks)

    I have solve problem with that.First i was thinking about #(ID) conflict but isnt that becouse when i have for example 5 colons without #colspan# search working fine then i was adding for each colon to have two sub colons and everything working fine until i come to last colon and after adding #colspan# to last colon searchbox dissapear so i decided to add one extra colon that i dont need to be able to use search on rest then i added jquery script link in html of page and one function to make invisible that last empty colon and now everything working good until problem become solved.I hope that i helped somehow πŸ™‚

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    awesome! That’s good to hear. Although it sounds confusing πŸ™‚

    Regards,
    Tobias

    Thread Starter alex80ks

    (@alex80ks)

    For example you have 5 column and each of that want to span with 2 subcolumn under each of main column….so everything is fine for first 4 column to set #colspan# the problem start when you put on last column #colspan# then searchbox dissapear but solution is to add another main column to end of table (in this case 6th) without #colspan# and search will work….there is a way to hide that last empty column with jquery but i didnt used….if someone need help let just ask πŸ˜‰ here is example http://www.bgdiplomatlimo.com/belgrade-airport-transfers-pricelist/

    but there is another problem with not showing different color in .odd rows at first load…later when i change number of rows to preview that colours showed but on first load of page colour stay white on all rows…any solution?

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    ah, that explains it better πŸ™‚ Thanks!

    The issue with the odd/even rows is related to this. From what I can see, DataTables at first stops (in the process of adding the odd/even) and then works again, but without finishing this…
    Unfortunately, I don’t know how to change or fix this, sorry.

    Best wishes,
    Tobias

    Thread Starter alex80ks

    (@alex80ks)

    I will try to find some temporary solution for that if you alow until mayor fix come out?

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    that will be the best idea, but unfortunately, there’s nothing here for me to fix. I’m not the developer of the DataTables JavaScript library, I just added it to WP-Table Reloaded.

    From what I know, DataTables does not support rowspan/colspan in all of its varieties, but that might have changed in recent versions. So, until this is changed in DataTables, there’s nothing that I can do in WP-Table Reloaded. Sorry.

    Regards,
    Tobias

    Hi

    WP-Table Reloaded working very much fine.

    Anybody help me out for the using table with CHECKBOX
    <input type=”checkbox” name=”mag” value=”1″> in each row last col. with the value say 1,2,3 …

    Out of the 10 rows I am selecting 2 rows using checkbox (tick mark)

    End of the table I have one BUTTON.

    after clicking the BUTTON I want to make a new Table or Form with those selected (2 rows) for further submission.

    Please help me out with javascript.

    I got the following javascript but I do’nt know how use.
    $(‘input:checked’).each(function() {
    // To pass this value to its nearby hidden input
    $(this).parent(‘td’).next(‘input’).val($(this).val()); });

    Gufran

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    please don’t post your question more than once. I will answer in http://wordpress.org/support/topic/plugin-wp-table-reloaded-selected-rows-to-form-submission later.

    Regards,
    Tobias

Viewing 15 replies - 1 through 15 (of 15 total)
  • The topic ‘[Plugin: WP-Table Reloaded] Search box not showing’ is closed to new replies.