{"id":118433,"date":"2020-03-14T08:37:45","date_gmt":"2020-03-14T08:37:45","guid":{"rendered":"https:\/\/wordpress.org\/plugins\/wp-table-advanced\/"},"modified":"2023-05-24T14:43:40","modified_gmt":"2023-05-24T14:43:40","slug":"advanced-wp-table","status":"publish","type":"plugin","link":"https:\/\/sv.wordpress.org\/plugins\/advanced-wp-table\/","author":14055832,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_crdt_document":"","version":"1.3.2","stable_tag":"trunk","tested":"6.2.9","requires":"5.0.0","requires_php":"5.6","requires_plugins":null,"header_name":"Advanced WP Table","header_author":"Mainul Hassan Main","header_description":"Create responsive tables using Gutenberg to use anywhere using shortcode.","assets_banners_color":"","last_updated":"2023-05-24 14:43:40","external_support_url":"","external_repository_url":"","donate_link":"","header_plugin_uri":"https:\/\/wordpress.org\/plugins\/advanced-wp-table","header_author_uri":"https:\/\/mainulhassan.info","rating":5,"author_block_rating":0,"active_installs":0,"downloads":1631,"num_ratings":1,"support_threads":0,"support_threads_resolved":0,"author_block_count":0,"sections":["description","installation","faq","changelog"],"tags":{"1.0.0":{"tag":"1.0.0","author":"shamimmoeen","date":"2020-03-15 09:46:35"},"1.0.1":{"tag":"1.0.1","author":"shamimmoeen","date":"2020-04-01 09:28:59"},"1.1.0":{"tag":"1.1.0","author":"shamimmoeen","date":"2020-04-03 12:36:58"},"1.2.0":{"tag":"1.2.0","author":"shamimmoeen","date":"2022-04-13 16:46:43"},"1.2.1":{"tag":"1.2.1","author":"shamimmoeen","date":"2023-05-24 12:33:43"},"1.3.0":{"tag":"1.3.0","author":"shamimmoeen","date":"2023-05-24 13:20:27"},"1.3.1":{"tag":"1.3.1","author":"shamimmoeen","date":"2023-05-24 14:41:43"}},"upgrade_notice":[],"ratings":{"1":0,"2":0,"3":0,"4":0,"5":"1"},"assets_icons":[],"assets_banners":[],"assets_blueprints":{},"all_blocks":[],"tagged_versions":["1.0.0","1.0.1","1.1.0","1.2.0","1.2.1","1.3.0","1.3.1"],"block_files":[],"assets_screenshots":[],"screenshots":[],"jetpack_post_was_ever_published":false},"plugin_section":[],"plugin_tags":[183028,176484,19196,2289,45234],"plugin_category":[],"plugin_contributors":[85108],"plugin_business_model":[],"class_list":["post-118433","plugin","type-plugin","status-publish","hentry","plugin_tags-advanced-wp-table","plugin_tags-gutenberg-table","plugin_tags-responsive-table","plugin_tags-table","plugin_tags-wp-table","plugin_contributors-shamimmoeen","plugin_committers-shamimmoeen"],"banners":[],"icons":{"svg":false,"icon":"https:\/\/s.w.org\/plugins\/geopattern-icon\/advanced-wp-table.svg","icon_2x":false,"generated":true},"screenshots":[],"raw_content":"<!--section=description-->\n<p><strong>Advanced WP Table<\/strong>, an easy to use plugin to create tables in WordPress. You can show the tables in posts, pages, widgets by using the shortcode.<\/p>\n\n<p>It is fully developer friendly. Developers can alter the table markup easily using hooks to suit the design they want.<\/p>\n\n<p><strong>NOTE: Advanced WP Table plugin requires WordPress version 5.0 or greater.<\/strong><\/p>\n\n<h3>Usage<\/h3>\n\n<p>After installing the plugin you should see a new menu in wordpress dashboard called <strong>Tables<\/strong>. You can manage your tables from there.<\/p>\n\n<h3>Features<\/h3>\n\n<ul>\n<li>Easily add rows and columns<\/li>\n<li>Draggable rows and columns<\/li>\n<li>Gutenberg editor<\/li>\n<li>Shortcode to show the tables anywhere<\/li>\n<li>Made using react<\/li>\n<\/ul>\n\n<!--section=installation-->\n<ol>\n<li>Upload <code>advanced-wp-table<\/code> directory to the <code>\/wp-content\/plugins\/<\/code> directory<\/li>\n<li>Activate the plugin through the 'Plugins' menu in WordPress<\/li>\n<\/ol>\n\n<!--section=faq-->\n<dl>\n<dt id='can%20i%20modify%20the%20output%20of%20table%20markup%3F'><h3>Can I modify the output of table markup?<\/h3><\/dt>\n<dd><p>Yes, you can. There is a hook <code>advanced_wp_table_output<\/code>.<\/p><\/dd>\n<dt id='how%20can%20i%20show%20the%20table%3F'><h3>How can I show the table?<\/h3><\/dt>\n<dd><p>You need to use shortcode. As an example, <code>[advanced_wp_table id=\"1\"]<\/code>. You should replace the id value to the table id.<\/p><\/dd>\n\n<\/dl>\n\n<!--section=changelog-->\n<h4>1.3.2<\/h4>\n\n<ul>\n<li>Trying to migrate the table data<\/li>\n<\/ul>\n\n<h4>1.3.1<\/h4>\n\n<ul>\n<li>Upgrade freemius to v2.5.8<\/li>\n<\/ul>\n\n<h4>1.3.0 (24 May 2023)<\/h4>\n\n<ul>\n<li>Upgrade the npm packages, use basic textarea for the cell content<\/li>\n<\/ul>\n\n<h4>1.2.1<\/h4>\n\n<ul>\n<li>Upgrade freemius to v2.4.3.<\/li>\n<\/ul>\n\n<h4>1.2.0<\/h4>\n\n<ul>\n<li>Fix media upload issue in gutenberg editor following the new way comes in WordPress v5.4.<\/li>\n<li>Re-register shortcode, freeform blocks as in WordPress v5.4 the issues are gone.<\/li>\n<li>Put double quotes in shortcode used in FAQ.<\/li>\n<\/ul>\n\n<h4>1.1.0<\/h4>\n\n<ul>\n<li>Add compatibility to WordPress 5.4.<\/li>\n<li>Fix shortcode issue, put double quotes between the table id.<\/li>\n<li>Add filter <code>advanced_wp_table_output<\/code> to alter the table markup dynamically.<\/li>\n<li>Add filter <code>advanced_wp_table_enqueue_scripts<\/code> to load scripts dynamically.<\/li>\n<li>Make post type private.<\/li>\n<li>Integrate Freemius.<\/li>\n<li>Blocks registered form other plugins can be used.<\/li>\n<li>Add option to duplicate a table.<\/li>\n<li>Add pagination in table list, update the design, show success, error messages.<\/li>\n<li>Fix duplicate row issue.<\/li>\n<\/ul>\n\n<h4>1.0.1<\/h4>\n\n<ul>\n<li>Flush and unflash rewrite rules in plugin activation and deactivation.<\/li>\n<li>Fix cell vertical align design issue.<\/li>\n<li>Add option to clone row.<\/li>\n<li>Wrap table inside unique id.<\/li>\n<\/ul>\n\n<h4>1.0.0<\/h4>\n\n<ul>\n<li>Initial release.<\/li>\n<\/ul>","raw_excerpt":"An easy to use plugin to create tables in WordPress.","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/sv.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/118433","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/sv.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin"}],"about":[{"href":"https:\/\/sv.wordpress.org\/plugins\/wp-json\/wp\/v2\/types\/plugin"}],"replies":[{"embeddable":true,"href":"https:\/\/sv.wordpress.org\/plugins\/wp-json\/wp\/v2\/comments?post=118433"}],"author":[{"embeddable":true,"href":"https:\/\/sv.wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/shamimmoeen"}],"wp:attachment":[{"href":"https:\/\/sv.wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=118433"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/sv.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=118433"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/sv.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=118433"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/sv.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=118433"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/sv.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=118433"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/sv.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=118433"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}