-
Notifications
You must be signed in to change notification settings - Fork 490
Reload data the angular-way and fixed columns #254
Comments
Hey, i have the same problem. Angular Way with fixed columns works fine, but if i filter the angular table (change the content), the table disappears. I didn't find why, without fixed-columns, i have no problems. |
+1 |
Can you provide a plnkr or codepen to illustrate your issue? |
Here is a plunker that shows the problem: First rendering ok, click on change data and it should work but the table disappears. |
Anyone made any progress? |
It seems that I can't seem to figure out how to solve this issue unfortunately 😞 |
I just updated to the 0.4 release from 0.3 and I'm seeing this even more dramatically. I'm able to search and page through the data when it initially loads, but if I alter or filter the underlying data at all (which was working with 0.3) the entire table disappears, and I'm not using the fixedColumns plugin on the table. To clarify: when I say the table "disappears", I don't mean the data is removed and I see "no data available". I meant the entire table including header/footer disappears from view. |
Has anyone have any luck here? I'm facing the same problem |
Maybe this could help #300 |
Hi, It worked for me when I added the attribute dt-disable-deep-watchers="true" to the table. Honnestly I don't know why it did work, if anyone knows the reason, please let me know. |
Oh nice catch @HaythemJ! Mmh... I see... Looks like rerendering causes this issue. Not sure why. |
Fixed in the newest version v0.5.2. |
I'm having this same issue in v0.5.4 and adding dt-disable-deep-watchers="true" did not help. |
When I use angular datatable with fixed column plugin, it works fine the first it renders the table the angular way but the second time the table disappears.
When I deactivate the plugin, everything works fine.
I had a look into the code and I don't understand why the table doesn't display.
In the renderDataTable method line 738, I put a breakpoint and look into both dt var. It contains everything to display the table.
Any ideas would be appreciated.
The text was updated successfully, but these errors were encountered: