kartik-v / yii2-export

A library to export server/db data in various formats (e.g. excel, html, pdf, csv etc.)
http://demos.krajee.com/export
Other
165 stars 126 forks source link

Extension does not show columns since last update #320

Closed jeslava closed 4 years ago

jeslava commented 4 years ago

Prerequisites

Steps to reproduce the issue

  1. Open Columns button to select columns

Expected behavior and actual behavior

Since now I could see the columns and select the columns and now I can't see nothing.

When I follow those steps, I see...

I was expecting...

Environment

Browsers

Operating System

Libraries

Isolating the problem

jeslava commented 4 years ago
Captura de pantalla 2020-03-19 a las 9 17 05
jeslava commented 4 years ago

Downgrading to version 1.4.0 works fine. See attached image.

Captura de pantalla 2020-03-19 a las 12 30 59
kartik-v commented 4 years ago

Ensure you have the latest version via composer update.

If issue persists, it seems your environment has outdated web assets / stale cache - you need to clean your web runtime assets and also the browser cache and hard refresh browsers and retry. You can check that the updated version works fine on the demo site. Cross check the basic demo example here.