{"id":13773934,"url":"https://github.com/tylerecouture/summernote-table-styles","last_synced_at":"2025-05-11T06:31:45.821Z","repository":{"id":96639398,"uuid":"116170066","full_name":"tylerecouture/summernote-table-styles","owner":"tylerecouture","description":"A Summernote plugin that adds a button to the table popover allowing the user to apply Bootstrap table styles.","archived":false,"fork":false,"pushed_at":"2020-01-16T20:10:52.000Z","size":13,"stargazers_count":8,"open_issues_count":3,"forks_count":14,"subscribers_count":4,"default_branch":"master","last_synced_at":"2024-02-15T06:33:31.878Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tylerecouture.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2018-01-03T18:42:31.000Z","updated_at":"2023-10-23T09:17:32.000Z","dependencies_parsed_at":"2024-01-13T11:13:47.559Z","dependency_job_id":"ca3698c9-7a4e-433e-92ee-94b31523a41a","html_url":"https://github.com/tylerecouture/summernote-table-styles","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tylerecouture%2Fsummernote-table-styles","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tylerecouture%2Fsummernote-table-styles/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tylerecouture%2Fsummernote-table-styles/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tylerecouture%2Fsummernote-table-styles/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tylerecouture","download_url":"https://codeload.github.com/tylerecouture/summernote-table-styles/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225021915,"owners_count":17408517,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-08-03T17:01:22.065Z","updated_at":"2024-11-17T09:30:24.624Z","avatar_url":"https://github.com/tylerecouture.png","language":"JavaScript","funding_links":[],"categories":["Plugins"],"sub_categories":["Formatting"],"readme":"# summernote-table-styles\nA [Summernote](https://summernote.org/) plugin that adds a button to the table popover allowing the user to apply [Bootstrap table styles](https://getbootstrap.com/docs/3.3/css/#tables).\n\nThere are two types of styles, exclusive and inclusive. Only one exclusive style may be chosen at a time, whereas multiple inclusive styles may be chosen.  Currently applied styles are indicated with check marks.\n\n**Exclusive Styles**\n* Basic (Default Bootstrap table)\n* Bordered\n\n**Inclusive Styles**\n* Striped\n* Condensed\n* Hoverable\n\n### Usage\n\n1. Add `summernote-table-styles.js` to your project\n2. Customize the Summernote table popover to include `tableStyles`\n````\n$(document).ready(function() {\n  $('#summernote').summernote({\n    popover: {\n      table: [\n        ['add', ['addRowDown', 'addRowUp', 'addColLeft', 'addColRight']],\n        ['delete', ['deleteRow', 'deleteCol', 'deleteTable']],\n        ['custom', ['tableStyles']]\n      ],\n    },\n  });\n});\n````\n\n### Working Example\n\nhttps://rawgit.com/tylerecouture/summernote-table-styles/master/Example/example.html\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftylerecouture%2Fsummernote-table-styles","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftylerecouture%2Fsummernote-table-styles","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftylerecouture%2Fsummernote-table-styles/lists"}