For the devs

Modify DataTables Options


If you want to modify the settings of a datatable for a specific product you can use the "woocommerce_variations_table_datatables_options" filter like below. In this example for the product ID 581 we disable the searching, filtering and...

Disable Datatables for the Variations-Table


If you want to disable the datatables for one or more specific products you can use the "woocommerce_variations_table_datatables_enabled" filter like below. In this example the products with ID 549 and 22 do not use the datatables. function...

Modify the Data Fields of the Table


If you want to enable or disable specific product data for the variations table you can use the "woocommerce_variations_table_data" filter like below. In this example for the product ID 565 it has no price (pr), no add to cart (ca) and no sku...