-
Currently, data are stored in plain JSON format (including whitespace, carriage return, ...).
It takes more and more storage space. The idea here is to use an other format like the BSON format to opt…
-
Thanks for this nice package !
I have a problem when I try to embed tweet directly in the table as here : https://morphea.netlify.app/
Code is here : https://github.com/tillac/morphea/blob/master/…
-
First, sorry by me english..
I have the next problem:
`public function like(Post $post)
{
$user = auth()->user();
$reacter = $user->viaLoveReacter();
if ($reacter->…
-
**Describe the bug**
Depending on the spec execution order, the expectations for DataUpdateScripts::SetProperDisplayAreaForProfileFields and DataUpdateScripts::FixProfileFieldEdgeCases can fail.
…
-
First of all, thank you very much for this brilliant package! It surely has given my dashboards a boost.
I did not intend to cross post this issue, but I really would like to have a solution: https…
-
Thanks for this package! I've started playing with the expandable row details, using your examples as guides. However, I haven't been able to make fields that appear in the expanded view display as HT…
smach updated
4 years ago
-
I am making a table of a dataframe containing stock market data. If I use the argument colDef(colFormat(date=TRUE)) to format the column the date is formatted the way I want but shows 1 day prior to t…
-
just like the example code
```
library(dplyr)
library(sparkline)
data %
group_by(feed) %>%
summarise(weight = list(weight)) %>%
mutate(boxplot = NA, sparkline = NA)
reactable(data…
-
Hey there,
I am trying to understand, how can I make a custom aggregation function, that would calculate something based on other columns. The provided explanation is not clear for me.
Lets say …
-
I would like to merge two values in one column similar to
options = list(
rowsGroup = list(0))
in the DT package.
Can anyone support me with the proper syntax for this request?