@@ -259,6 +259,10 @@ const getToolBarConfig = (options: XTableProps) => {
return
}
} else if (!topActionSlots) {
+ options.toolbarConfig = {
+ enabled: true
+ }
+ } else {
options.toolbarConfig = {
slots: { buttons: 'toolbar_buttons' }