jsleroy / compare-plugin

Compare plugin for Notepad++
GNU General Public License v3.0
224 stars 53 forks source link

Row click function #90

Closed hyperion0x closed 6 years ago

hyperion0x commented 6 years ago

Hi,

i have two tabulator tables and i would like to see the selected rows (one or many) into the second table when i click on them on the first table. the first table show rows with 10 columns. I'm tryng to get the result with the following code but when i click but i have this error:

error1

`rowClick:function(e, id, data, row) { //load data var idbo=row.getData().IDBO;

    $("#mytable2").tabulator("setData", [{IDBO:row.getData().IDBO,}]); //make ajax request with advanced config options
},`

IDBO is one of the 10 columns composing a selected row in the first table.

  1. Is it the sintax correct? 2.Am i obliged to specify all 10 columns that normally compose the first selected row?

thanks a lot,

hyperion0x commented 6 years ago

hi nobody cant help on this subject?

Yaron10 commented 6 years ago

Hello @hyperion0x,

Is this related to Compare Plugin?

hyperion0x commented 6 years ago

sorry wrong topic. Didnt see...i ll close it immediately.