Need a special offer?Find out if your project fits.
+

Conditionnal formatting without toolbar

Re-Open
Nathanael Schmied asked on September 23, 2022

Hello,
When toolbar is hidden (false), conditional formatting option is not available in the contextual menu.
It would be very nice for our customers.
Thank you
Regards
 

2 answers

Public
Maksym Diachenko Maksym Diachenko Flexmonster September 26, 2022

Hello, Nathanael!

Thank you for raising a ticket.

Please note that toolbar methods are stored in a separate file (flexmonster.toolbar.js), which is not used if the toolbar is hidden. However, there is a workaround for your case - you can hide the Toolbar visually by setting its height as zero while enabling it in the Flexmonster constructor (toolbar: true):

#fm-toolbar-wrapper {
  height: 0 !important;
}

With these settings, conditional formatting will be available in the context menu. You are welcome to check the example: https://jsfiddle.net/flexmonster/43czvuxw/

Please let us know if this solution works for you.

Best Regards,
Maksym 

Public
Maksym Diachenko Maksym Diachenko Flexmonster October 4, 2022

Hello, Nathanael!

Hope you are doing well.
Our team is wondering if you tried the provided solution for enabling conditional formatting while the toolbar is hidden.
Please let us know if it worked for you.

Best Regards,
Maksym

Please login or Register to Submit Answer