mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-22 01:25:38 -05:00
Fixing column polugin to not have extra whitespaces (#5565)
This commit is contained in:
@@ -23,11 +23,9 @@ const defaultOptions: ICheckboxSelectColumnOptions = {
|
||||
width: 30
|
||||
};
|
||||
|
||||
const checkboxTemplate = `
|
||||
<div style="display: flex; align-items: center; flex-direction: column">
|
||||
const checkboxTemplate = `<div style="display: flex; align-items: center; flex-direction: column">
|
||||
<input type="checkbox" {0}>
|
||||
</div>
|
||||
`;
|
||||
</div>`;
|
||||
|
||||
export class CheckboxSelectColumn<T> implements Slick.Plugin<T> {
|
||||
private _options: ICheckboxSelectColumnOptions;
|
||||
|
||||
Reference in New Issue
Block a user