Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

hide tabulator header icon menu #2000

Merged
merged 1 commit into from Mar 6, 2024
Merged

Conversation

azmy60
Copy link
Contributor

@azmy60 azmy60 commented Mar 5, 2024

ref #1994

fix number 3

Remove the kebab menu (three dots) from table column headers -- right click is good enough and this gives more space for the column headers

@@ -532,11 +532,11 @@ export default Vue.extend({
headerTooltip += ' [Primary Key]'
}

let cssClass: string;
let cssClass = 'hide-header-menu-icon';
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Going to accept this, but a clean way to do this in future is using an array:

cssClasses = ['x']
cssClasses.join(" ")

@rathboma rathboma merged commit eeff3b5 into master Mar 6, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants