I need to have have two autocompletes in my Tabulator definition. A user will select an employee – first autocomplete – then when he moves to select a contract – second column the autocomplete must be linked to the value selected in the first column. To my knowledge Tabulator does not have such feature. So I was thinking that upon
Tag: tabulator
Tabulator.js: cellClick callback is not fired when clicking a checkbox
I need to recalculate the table by calling recal after a row was selected by check box. If it is selected by clicking the row calling recal works. I copied the below code from plugin site {formatter:…
put two or more buttons in one column in Tabolator Javascript lib
as title i want to make a column like this if i press editBt, editBt and delBt will change to updateBt and cancelBt in the same column and the row will be editable if press or updateBt or cancelBt, …